Laser

joined 1 year ago
[–] Laser@feddit.org 1 points 10 hours ago

No group in history has had it worse than the modern white heterosexual

Except gamers

[–] Laser@feddit.org 1 points 1 day ago

Wo soll ich das Kopium hinstellen?

[–] Laser@feddit.org 11 points 2 days ago* (last edited 2 days ago) (13 children)

They lack the commitment and the personal investment... which doesn't put them above it, which is why the the post might be offensive to them. Hence the two hornet nests remark

[–] Laser@feddit.org 36 points 2 days ago (9 children)

You're both seeing the character differently. It wasn't only about the murders for the OP. Bateman, in a superficial society, tries to be something special among his peers through meaningless acts (most notably the business cards scene, but even his self-care and self-improvement are ultimately means to the end to be better compared to others). It's not that he isn't closer to men than women - he or rather his archetype generally is - but that for these two subgroups within the genders, it's reversed. (Whether the statement is correct or not is a topic for debate)

[–] Laser@feddit.org 3 points 2 days ago (1 children)

Checkmate, socialists

[–] Laser@feddit.org 53 points 2 days ago (2 children)

How are you going to stop the Sudanese Civil War with a petition?

By removing Character.AI NSFW filters

[–] Laser@feddit.org 3 points 3 days ago

Cars aren't being sold in the US right now anyways for other reasons. People aren't dropping 80k on cars that were 50k some years ago, inventory isn't moving really compared to before. In addition, repossessions are very high right now.

Doesn't mean the situation isn't dire but I think someone will find out that the slumping sales aren't due to environmental regulations.

[–] Laser@feddit.org 1 points 3 days ago (1 children)

What do you mean by that? I'm using TigerVNC with wayvnc on sway

[–] Laser@feddit.org 32 points 3 days ago (6 children)
[–] Laser@feddit.org 4 points 4 days ago* (last edited 4 days ago)

JPEG is surprisingly decent considering its age (it's actually Alien technology from the future). Gif... not so much. Gif is horrible

[–] Laser@feddit.org 1 points 4 days ago

Ich hätte kein Problem damit, wenn "die" nur die aufgelisteten Personen selbst und nicht auch 28,5% der deutschen Wähler wären.

 

In this post, I go into hopefully better output parsing.

 

Another funny win on gold because of the unimpressive jokers. Got golden first which I think was really risky in painted deck, but took the gamble and it actually paid off! Runner and Fortune Teller were just meant to be stopgaps but painted is probably the best deck to build runner so I did just that. Rental Hallucination by mid game to build mult (which it did, unfortunately no screenshots) This is how my deck looked, I tried to get a lot of red sealed steels into it to make use of the hand size. Fun run and shows what's possible if you make use of your deck's strength.

 

… remember you're not as useless as this Banana:

 

Just stumbled upon this in my recommended videos. I didn't create this.

 

After having a lot of trouble on the previous stake using the deck, this was a breeze (first try back to back after https://youtu.be/X3SDc_Ik5aE). Definitely not flawless, but still good result.

Some facts about the run:

Recently started recording my runs because I thought it's nicer than just screenshots, this turned out to be my best one so far. Sure the hand score is skewed due to Plasma, but hey, I don't make the rules.

No, I'm not expecting anyone to watch this whole thing.

 

First time actually having a working deck around madness. Was good enough to reach Ante 13. https://imgur.com/a/7jIb8qO

 

This is one of the best buffon packs I ever got, and it was the very first one I opened that run… and at that point, neither of them did anything (since it's abandoned deck). Blueprint was still appreciated but I thought it was a fun coincidence that technically, neither of these would help right after selecting.

Finished the run, was low stakes anyways but wanted to share the situation.

 

Beat gold today on phone (previous time was on PC) after hitting a wall before... and it was on a deck that looked really unimpressive in both cards and jokers so I thought I'd share, kind of a contrast to the screenshots of super sick setups. It was kind of close in points but money was never an issue. I ran delayed gratification first half which synergized with green.

No negative, foil or polychrome jokers, and only a single holographic. Two common, two uncommon, one rare.

It looks really boringly unoptimized, which I think makes it interesting, strangely enough.

38
Thanks game (feddit.org)
 

Such a lucky run so far (Red Deck Gold difficulty)… Not quite sure yet what to do, probably sell the tarot joker for the blueprint

48
submitted 8 months ago* (last edited 8 months ago) by Laser@feddit.org to c/nix@programming.dev
 

I just upgraded my NixOS machine after switching to nixos-unstable-small because I think unstable will take some time to update as getting 24.11 out has the highest priority.

Anyhow, two of my packages stopped me from applying a new configuration, as some packages have been changed when reorganizing into pkgs/by-name. I fixed it and wanted to share as this will hit others running unstable with these packages as soon as hydra catches up.

nerdfonts (now nerd-fonts)

Package was renamed, which it will state on evaluation; individual fonts are now part of the nerd-fonts attribute. I had Source Code Pro in there, there was some kind of mapping, which looked kind of like in https://wiki.nixos.org/wiki/Fonts#Installing_specific_fonts_from_nerdfonts – the new way is now to just use nerd-fonts.sauce-code-pro directly, you can probably do something like ++ with nerd-fonts; [ sauce-code-pro other-fonts ] to add multiple nerd-fonts to your fonts list, but I haven't tested this.

RetroArch

Until now, cores were specified as in https://wiki.nixos.org/wiki/RetroArch, however override doesn't seem to work anymore. There's now the withCores attribute / function that expects a function that returns a list. The easiest way I found to just specify a fixed list of cores was (retroarch.withCores (_: with libretro; [ snes9x mupen64plus fbneo flycast ])). Maybe other options are easier / cleaner.

Word of warning on compiling nixos-unstable-small

There are currently a lot of packages to be built if you change into that channel (I'm using flakes, but you get my point). Due to the default value of auto for nix.settings.max-jobs, this meant nix tried to build 24 derivations at the same time. This is fine if these are just downloaded from hydra, but if you try to build 24 big derivations at the same time, each trying to use 24 threads because nix.settings.cores is also 0 by default, which means all threads, build processes quickly ate all of my 32GB of RAM so that the OOM killer had to intervene, however often too late with my system dying. I recommend to set nix.settings.max-jobs to something more reasonable before attempting this (I used 1).

 

Watched the Game Finals today, excellent match with unexpected characters. In fact I was most surprised at the total lack of Goldlewis players in top 6.

Looking forward to season 4

view more: next ›