[-] rutrum@lm.paradisus.day 21 points 1 month ago

I think it overinflates the click rate, which means despite having more clicks on an ad, that doesnt mean that more people bought some product. This devalues click rate which might make the ad service less valuble to advertisers, so they dont spend as much on Google's ad service.

And in general I think makes any training data for a model more muddy, since adnauseum isnt behaving like a human. So it could make it more difficult to train models that do targeted advertising.

[-] rutrum@lm.paradisus.day 23 points 1 month ago

As a community, I do think we get hungup on distros. Most of them, as you mentioned, are just different defaults of the same packages.

But at the maintainer level, I do think theres a lot of work distributions do at making sure the software they choose as defaults are up to date, secure, and work with one another. I dont enounter it often, but relying on maintainers to prevent mismatched depencies ending up in the day-to-day linux user has to be worth something. And every set of defaults needs that level of assurance, I would think. Im not a maintainer, I could be off here.

[-] rutrum@lm.paradisus.day 14 points 2 months ago* (last edited 2 months ago)

I think a bigger concern is if someone managed to access bitwarden on a logged in instance. Think, leaving your laptop open, or someone steals it from you. If theres two apps for logging then both apps need to be accessible/compromised.

[-] rutrum@lm.paradisus.day 21 points 2 months ago

Do you self host or are you running a nextcloud-managed instance?

[-] rutrum@lm.paradisus.day 13 points 3 months ago

Im not familiar with screenwriting. Can you elaborate on whats involved and whats expected in a tool for scripting?

[-] rutrum@lm.paradisus.day 14 points 4 months ago

All kinds. You should look at GPT4ALL at gpt4all.io. Its a gui for downloading and running LLM models locally. Its a great project. Of course, everything is local and private.

[-] rutrum@lm.paradisus.day 33 points 4 months ago

To be fair, you're taking on a lot of new things at once. You can spin up docker containers on windows too, all while using a UI. I think it's great your exposing yourself to self hosting, linux, command line interface, and containerization all at once, but don't beat yourself up for it taking longer than expected. A lot of it takes time. I encourage you to keep trying and playing. Good luck!

[-] rutrum@lm.paradisus.day 12 points 6 months ago

I don't mean to undermine anything when I ask this. The article was very good, thank you sharing. I wanted to ask if circleCI made any floss software, or if paul biggar was a contributor to particular open source projects.

[-] rutrum@lm.paradisus.day 12 points 6 months ago

Can you elaborate on update system? AppImage is just a format, right? Whereas flatpak is a format and an entire toolkit for downloading and running flatpaks.

[-] rutrum@lm.paradisus.day 21 points 8 months ago

Actually cd isnt a program. Your present working directory is managed entirely by the shell. If you type "type cat" in the terminal it will tell you its a program, but "type cd" says its a shell builtin. So yes, cd depends on the shell and zsh has some awesome quality of life features. This is not something you can do in bash.

[-] rutrum@lm.paradisus.day 19 points 8 months ago* (last edited 8 months ago)

Futhark: a functional language that can be compiled to run in parallel on cpu or gpu. (No need to write cuda directly) https://futhark-lang.org

96
submitted 8 months ago by rutrum@lm.paradisus.day to c/privacy@lemmy.ml

I came across privacy.com, a service that generates virtual credit cards, like aliases for your real credit card that can be paused or discarded at any moment.

My own credit card company has this feature. But it requires a browser plugin that so obviously is there to track my spending habits, so I've not wanted to consider it. Privacy.com looks like a great alternative.

But is it even worth it? It may be a hastle, but I can also cancel my actual credit card at any moment and they will send me a new number immediately and a card a few days later. From a privacy prospective, how much can a company use my credit card credentials to track me? Maybe a third-party virtual card provider even masks my own purchases so not even my credit card company knows? Not sure about that one.

Please share if you use one, who its with, and if its worth it.

12
submitted 9 months ago by rutrum@lm.paradisus.day to c/nixos@infosec.pub

I've been spending a couple weeks unable to modify my system, because using my window manager was ungodly slow (like 1fps.) Luckily NixOS lets you pick a previous generation to load so I could make changes, build a new generation, and try again.

It took me too long to find, but I realized I had both the x session managed by both nixos and home manager. Removing this fixed the problem. I assume this had 2 xsessions open and they were competing for resources or something. Be cautious! :)

[-] rutrum@lm.paradisus.day 23 points 9 months ago

Bonus pic with my teacup

125
submitted 9 months ago by rutrum@lm.paradisus.day to c/coffee@lemmy.world

This is the 800ml server from Hario. I make 600g water / 30-35g coffee in it every morning.

I drink my coffee slowly, and really like it hot. When I made a single 300g cup of coffee, I'd time my consumption wrong and it would be lukewarm before I finished. I didnt necessarily mind this, but now that I've been using this server I get hot coffee on demand, very conveniently.

I downsized my regular mug for a teacup, so I always get just enough hot coffee to sip and enjoy before it loses too much temp. So now I drink a lot of small teacups worth instead of a regular mug. I recommend you try this style of serving coffee and see if its for you.

Bonus: this has been so helpful when making for multiple people, since I dont always know when others wake up or come downstairs. Since its a huge insulated server I never worry about not being able to serve my roommates hot coffee.

6
submitted 9 months ago by rutrum@lm.paradisus.day to c/nixos@infosec.pub

Every now and then I see a program that doesn't have a default.nix or flake.nix in the source, doesn't have an entry in nixpkgs, and otherwise can't find a derivation for. So I write them myself.

What's the best way to share these? Should I contribute to nixpkgs? (does this count if I'm making flakes?) Do I maintain a single repo for each program? Or do I create a repo with a collection of flakes? Something else?

12
submitted 10 months ago by rutrum@lm.paradisus.day to c/nixos@infosec.pub

Hi all, I've been getting into nix lately (I've been posting here frequently) and wanted to know what projects everyone is working on. Are you trying to integrate nix into an existing project? Contribute to nixpkgs? Experiment with your configs?

20
submitted 10 months ago by rutrum@lm.paradisus.day to c/nixos@infosec.pub

Short video from Vimjoyer on how to setup a firefox install using home manager and flakes. In particular, the focus of this video was how to use an external flake as a source for firefox extensions, since they aren't available in nixpkgs.

7
submitted 10 months ago by rutrum@lm.paradisus.day to c/nixos@infosec.pub

I came across this article when wondering how to integrate the "building" aspect of nix (that is, not just a devshell) with static websites or other projects that involve some output that is not an executable.

This article also talks about adding inputs from GitHub that aren't necessarily flakes. I've used this myself to pull some example configurations for certain programs that I haven't felt like tinkering with myself yet.

18
submitted 10 months ago* (last edited 10 months ago) by rutrum@lm.paradisus.day to c/nixos@infosec.pub

I'm been wanting to move over my main desktop for almost a year now. But from 3+ years of tinkering, installing applications, and configurations Ive been super hesitant. The jump from Ubuntu to NixOS would be a big one. I have a laptop running nixos thats given me some exposure to the nix language, but when it comes to my main rig, I still have the worry of "what if something I need wont be available?" and "what if I forget something?"

Well I finally tried home manager and wow, its the absolute perfect way to slowly transition to nixos. I'm slowly going through my package managers (cargo, npm, pip, apt, snap) and checking for applications that I can just drop into my home.nix. And every now and then I see an app I cant install (say, vtracer from cargo, very cool app). Well, I just make a mark and eventually I'll build my own derivation around it.

Home manager has been easing my worries as I make the transition. For those of you also unsure, I recommend integrating with home manager. You can do such small jumps at a time, no need to go full blown nix all at once.

19
submitted 10 months ago* (last edited 10 months ago) by rutrum@lm.paradisus.day to c/nixos@infosec.pub
21
submitted 11 months ago by rutrum@lm.paradisus.day to c/selfhost@lemmy.ml

What apps do you recommend for people? Which apps did you start integrating into your day to day once you discovered they were there? Which apps solved a problem you faced?

3
submitted 11 months ago by rutrum@lm.paradisus.day to c/nixos@infosec.pub

What do you as a fail safe when there isnt a flake or nix package for what you need, and you don't have the time or ability to create it?

Here's my particular example. I need the beta version of OpenSCAD, which is only delivered as a flatpak in the beta flatpak channel, which I have tried but have been unsuccessful in doing. I havent even attempted building from source. Only the stable version is in nixpkgs. In this case, what would you do?

And in general, what do you do? Install things using a different package manager, like pip, npm, cargo, etc and manage at the user level? Do you run a VM? Docker? Let me know what your backup plan is on NixOS.

1

I've bought Pine64 products before (pinephone and recently the pinetime) but I've heard Zach Freedman (void star labs) mention this before and rave about it. I wanted to hear from the ergo community what they thought about it before I bought one to start my keyboard building journey.

In addition, if I should buy one, what tips do you recommend be purchased? It looks like I can buy long/short versions of fine/gross tips. What's best for keyboard building? Here's a link to their pinecil products.

view more: ‹ prev next ›

rutrum

joined 1 year ago