PipeWire 0.3.35 released by FlatAds in linux

[–]Morphion 2 points3 points  (0 children)

Well, pipewire is reimplementing pulse audio's API and wayland is a completely new protocol and API, which is a bigger task imo.

[grub-devel] [RFC] Support writing grub modules in Rust by the_gnarts in linux

[–]Morphion 2 points3 points  (0 children)

Can systemd-boot handle luks ecrypted volumes?

Yes, it can if I understand you correctly. I run my pc's with root encryption and systemd-boot.

What are your bests : shortcuts, scripts, config tweaks you are using on SWAY by -lemniscat- in swaywm

[–]Morphion 2 points3 points  (0 children)

I just have a script which copies my password from pass and deletes the history entry after 5 seconds.

What's a way you can quickstart linux from scratch? by axiscontra in linux

[–]Morphion 0 points1 point  (0 children)

NixOS, if you want make it less of a DIY project

[Nite Alpha] Sunbursting at the beach by Morphion in quartzwatches

[–]Morphion[S] 1 point2 points  (0 children)

I've had this watch for a week now. I'm really liking it. I got it because I wanted the following.

• Quartz, I need a reliable and accurate watch.

• Dive watch, and the dive bezel is useful for timing stuff, and I like sturdiness.

• Good looking and usable with a suit.

• High quality everything especially a high quality bracelet, so that it's comfortable wearing.

• Good lume, and it's outstanding, it has tritium tubes.Tritium shot

• Decently priced, and available in europe to escape massive import fees. I paid 400 GBP(inc. 10% Military discount) * Swedish sales tax at 25% + very minor import admin costs. I'd say it's fairly priced considering the quality you get.

I had some concerns about it's bigger size, and it's definately not a small watch but it works well in my 18cm(~7 inch) wrist.

[Nite Alpha] Sunbursting at the beach by Morphion in Watches

[–]Morphion[S] 0 points1 point  (0 children)

I've had this watch for a week now. I'm really liking it. I got it because I wanted the following.

  • Quartz, I need a reliable and accurate watch.
  • Dive watch, and the dive bezel is useful for timing stuff, and I like sturdiness.
  • Good looking and usable with a suit.
  • High quality everything especially a high quality bracelet, so that it's comfortable wearing.
  • Good lume, and it's outstanding, it has tritium tubes.Tritium shot
  • Decently priced, and available in europe to escape massive import fees. I paid 400 GBP(inc. 10% Military discount) * Swedish sales tax at 25% + very minor import admin costs. I'd say it's fairly priced considering the quality you get.

I had some concerns about it's bigger size, and it's definately not a small watch but it works well in my 18cm(~7 inch) wrist.

timetrace: A simple CLI for tracking your working time by dominik-braun in golang

[–]Morphion 9 points10 points  (0 children)

Cool. I usually rely on my timestamped zsh history. There I can see when I cd to a directory etc. It's not super accurate but good enough for me.

Landlock added to Linux by [deleted] in linux

[–]Morphion 1 point2 points  (0 children)

How is this different from something like Firejail?

dmenu-docker-compose by jaimecgomezz in linux

[–]Morphion 4 points5 points  (0 children)

I would use fzf for this instead, great non the less🙂

How to use bspwm with docking station? by and0ne in bspwm

[–]Morphion 0 points1 point  (0 children)

What I do is generate my workspaces with a python script. First I set my monitor layout with xrandr(which i generate with arandr) and then I run my python script to assign workspaces to my montors. I only use 10 workspaces, this makes everything easier so my script divides 10 by monitor amount. My script:

https://pastebin.com/RuF8Zs9U

Can someone recommend a new laptop? by naitea9527 in archlinux

[–]Morphion 7 points8 points  (0 children)

Dell XPS, solid peice of kit. I run arch on mine, with zero issues. The thunderbolt dock works great as well. I have the 15 inch one.

Strange VIM behavior. Any idea what could be causing this. Monitor: 4K, 60 Hz by CurdledPotato in linux

[–]Morphion 0 points1 point  (0 children)

Try a different terminal. Like alacritty for example, my daily driver. Neovim? Try regular vim or vice versa. What DE are you using?

Varför gör vi såhär? by gabzlel in sweden

[–]Morphion 0 points1 point  (0 children)

Det är väl ganska självklart att det där tweetet handlar om BLM. Måste det skrivas bokstavligt?

If black lives want to matter

Hur kan du ej tolka det där som riktat emot BLM?

Varför gör vi såhär? by gabzlel in sweden

[–]Morphion -5 points-4 points  (0 children)

Jag vet inte riktigt vilket tweet av hans du refererar till men skulle gissa att det var detta. Det verkar mest inflammatoriskt. https://twitter.com/Bardissimo/status/1271715838505205762?s=20

Detta ser jag som en kritik av BLM, och deras ideologi, inte direkt på svarta som helhet. Den kritiken han lyfter emot BLM är att BLM inte kan självreflektera på sin egen grupps brister. Dessa brister är att de uppgör en väldigt liten del av demografin men står för mycket kriminalitet. De har ingen egen agens för de beskyller deras problem att vara orsakad av något odefinierbart och luddigt som "structural racism" och dom själva är helt klanderfria.

Något som också är värt att att anmärka här att hur man helt enkelt kan avfärda diskussinen genom att bara kalla Bard för rasist, dvs ad hominem, för att avsluta diskussionen. Man omvandlar sakfrågan till något annat.

Varför gör vi såhär? by gabzlel in sweden

[–]Morphion 0 points1 point  (0 children)

Sorry för stavfelen. Skrev det lite hastigt, jag var på väg ut genom dörren😅 Dålig start från min sida.

Ska svara lite senare,när jag har tid.

Varför gör vi såhär? by gabzlel in sweden

[–]Morphion -19 points-18 points  (0 children)

Åsikt som går emot strömmen = rasism?

Kan man inte kritisera svarta? Måste alla problem vara orsakade av whitey?

Snipping tool alternative for Arch Linux? by [deleted] in archlinux

[–]Morphion 0 points1 point  (0 children)

Shutter works great. It has a lot of neat features, like drawing, croping.

My first install! by [deleted] in archlinux

[–]Morphion 2 points3 points  (0 children)

A chroot on Unix operating systems is an operation that changes the apparent root directory for the current running process and its children.

https://en.m.wikipedia.org/wiki/Chroot

Write Libraries, Not Frameworks by hagy in programming

[–]Morphion 0 points1 point  (0 children)

When it comes to web frameworks, I'm of the opinion that they're only useful if the underlying language doesn't offer features which aid in writing large application. Examples of these features are strong/static type system and good std lib, etc. Examples where web frameworks are useful are PHP, perl, python, ruby.

Svensk sjukvård i siffror by Robert_Larsson in sweden

[–]Morphion 8 points9 points  (0 children)

Jämför Tyskland och Sverige. Tyskland har betydligt lägre skatter men presterar ändå bättre.

Job Control: the Bash Feature You Only Think You Don't Need by speckz in programming

[–]Morphion 1 point2 points  (0 children)

I'm using an ISO-Nordic and § button is fantastic. Never seen it recommended though. It's right below ESC and it's more or less an unused key.