Tag linux

 Reply

 Reply

Reply to https://shkspr.mobi/blog/2020/04/dude-im-getting-a-linux-dell-maybe/

I recently asked if anyone I knew had one of the new models but got no responses (via my blog, or Twitter).

I've got an XPS 13 9343 and love it - largely form factor, but also the 3K screen - and have been wondering about upgrading recently, in part due to USB-C and fingerprint sensor, not for any other reason.

According to the Arch Wiki entry for the new XPS it's mostly alright, but doesn't seem to have fingerprint support.

May be that it needs to get upstreamed by the folks at Ubuntu.

In case it's a point of interest, the highest-end one has a 4K screen (RRP £1768.00)

I'd say go for the slightly newer one, with the caveat that if you stick with the Ubuntu build it comes with, it'll probably be alright, but if you want to re-install/install a different OS, it'll likely not work as well, and may require a more up-to-date kernel - as I decided to use Arch at the time it meant I always had the latest kernels, so as they added support for the drivers upstream, I was getting them pretty quickly, whereas friends with non-cutting edge kernels didn't have as much luck.

I really do recommend Dell for the XPS based on my existing one, and would be very interested to see how you get on with it, if you do get it, so it can inform my decision to buy one while I'm in quarantine and don't need my laptop to be as functional as I would if I were travelling.

 Note

Do I know of anyone using (Arch) #Linux on a new Dell XPS 13 9300? I'm very tempted to get one (in maybe a couple of months) but wonder what support is like? Especially the fingerprint sensor

 Bookmark

Safely Creating And Using Temporary Files

This is a great resource to highlight the difficulty of creating temporary files safely - something I've tried to share before but without these great examples.

Its especially bad if using a shared CI/CD server and putting downloaded files into /tmp as you don't know whether it'll be clobbered / stolen by others on the instance

Recommended read: Safely Creating And Using Temporary Files https://www.netmeister.org/blog/mktemp.html

 Bookmark

Pack Your Bags – Systemd Is Taking You To A New Home

This is a great, fairly well balanced, look at the latest proposal from http://0pointer.de/lennart/ about user management on Linux systems. An interesting proposal with pros and cons - it'll be interesting to see what comes of it.

Recommended read: Pack Your Bags – Systemd Is Taking You To A New Home https://hackaday.com/2019/10/16/pack-your-bags-systemd-is-taking-you-to-a-new-home/

 Bookmark

Modding, Vim, i3, and Efficiency

I've found that I can use Vim for just about everything I do day-to-day (be it personal or professional work) but just not with Java. I feel I need too much of IntelliJ's functionality, and that's OK! I'm happy to admit that it is a better experience for me.

Recommended read: Modding, Vim, i3, and Efficiency https://nora.codes/post/modding-vim-i3-and-efficiency/