rasensprenger

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

rasensprenger,

Does Javascript have anything to say about promises that are never resolved/rejected? Is that something that happens?

rasensprenger,

37c3 ist der kurzname des 37. Chaos Communication Congress, eine (± corona) jährliche Veranstaltung des Chaos Computer Clubs

events.ccc.de/congress/2023/infos/index.html

rasensprenger,

I can get a 10TB HDD for under 250€, and there are some technical advantages. For example, if you have an ssd lying around unpowered, it will lose data much quicker than magnetic storage

(solved) I can't get my linux system to run properly

I chose to use opensuse tw kde based on some vm tests. The installation was easy but for some reason the video playback on youtube is terrible. It stutters. First thing I did after install was to use opi to install codecs. Then I used Yast to get the Nvidia repo. Lastly, I used the software manager to install the video g06...

rasensprenger,

This may be a stupid question but is your video cable plugged into the gpu or into the motherboard?

rasensprenger,

Pemdas puts division and multiplication on the same level, so 34/22 is 12 not 3. Implicit multiplication is also multiplication. It’s a question of convention, but by default, it’s 16.

en.m.wikipedia.org/wiki/Order_of_operations

rasensprenger, (edited )

your first line is correct, but while it looks like 1 (and it might be under different conventions), evaluating according to standard rules (left to right if not disambiguated by pemdas) yields

2(2+2)/2(2+2) = 2(4)/2(4) = 24/24 = 8/24 = 44 = 16

Using implicit multiplication in quotients is weird and really shouldn’t happen, this would usually be written as 8/(2*(2+2)) or 8/2*(2+2) and both are much clearer

Your second argument only works if you treat 2(2+2) as a single “thing”, which it looks like, but isn’t, in this case

rasensprenger,

It’s weird because usually the people writing the expressions want to communicate clearly, and stuff like 1/2x is not immediately clear to everyone, so they write the 1/2 as a fraction.

The same expression on both sides of the division sign only reduce to one if they actually bind to the division sign, which is rarely an issue, but that is exactly the thing that is in question here. I think it’s clear that 1 + 1/1 + 1 is 3, not 1, even though 1+1 = 1+1.

But as you said, of course, the evaluation order is just convention, you can just as well write everything in en.m.wikipedia.org/wiki/Reverse_Polish_notation

rasensprenger,

That would be extremely funny

rasensprenger,

Not really cylinders, but toruses. Disks with extent are cylinders.

rasensprenger,

Are you sure? The way I understand it, ray marching is not something that can really replace ray/pathtracing, it’s mainly used for rendering signed distance fields which is cool if you want to draw fractals and stuff, but not very efficient for classical geometry

rasensprenger,

A piece of software that is the core of each operating system which handles tasks like talking to hardware, scheduling tasks, allocating resources etc.

Spending a few days with Hyprland made me realize how awesome Gnome is

Don’t get me wrong. Hyprland is great. I like it a lot. It looks fresh, it’s easy to configure and the keybindings are super easy to implement, but it’s also very barebones. Most of the functionality expected from a DE come from external software. Be it a top bar, an app launcher, a notification daemon or anything else....

rasensprenger,

In your case I would just start by copying a full setup someone else made and then customizing it, starting from scratch always takes a lot of effort. Reddit’s unixporn was great for that, the alternatives on lemmy are sadly still a little empty.

rasensprenger,

Someone needs to maintain them for them to keep working. Nobody else is willing to do that anymore, but you can still volunteer as a maintainer. If you don’t, it’s as much your fault as anyone elses.

rasensprenger,

mit fahrrad ohne motor friert man bergauf immerhin auch nicht

rasensprenger,

I like your doubled use of “a” and wish you a long and prosperous life.

rasensprenger,

He is the dark path in this meme, at least

rasensprenger,

cmake now finally supports c++20 modules

I wouldn’t use modules in production quite yet, there’s still a lot of implementation bugs, but for experimenting its quite usable

rasensprenger,

Ich verstehe diese Referenz

rasensprenger,

JXL is nice, but lacks support as well

rasensprenger, (edited )

Almost all programs use both 32bit and 64bit integers, sometimes even smaller ones, if possible. Being memory efficient is critical for performance, as L1 caches are still very small.

Garbage collection is a feature of programming languages, not an OS. Almost all native linux software is written in systems programming languages like C, Rust or C++, none of which have a garbage collector.

Swap is used the same way on both linux and windows, but kicking toolbar items out of ram is not actually a thing. It needs to be drawn to the screen every frame, so it (or a pixel buffer for the entire toolbar) will kick around in VRAM at the very least. A transfer from disk to VRAM can take hundreds of milliseconds, which would limit you to like 5 fps, no one retransfers images like that every frame.

Also your icon is 1.1Mbit not 1.1MB

I have a gentoo install that uses 50MB of ram for everything including its GUI. A webbrowser will still eat up gigabytes of ram, the OS has literally no say in this.

rasensprenger,

a fallen apart burrito is still tasty

rasensprenger,

Depends one what you need to do, there are some areas in which adobe still has a monopoly

rasensprenger,

If you let it run through once, it should cache the compiled shaders so it will recompile only after the game or your gpu drivers are updated

rasensprenger,

Less than half and more than half imply strict inequality, so 6000 < x/2 < 6002, so 12001 <= x <= 12003

rasensprenger,

Hey, I used to use that before switching to sway a few years ago. It isn’t hard at all: There is not a single line in my config concerned with monitors, it just works by default.

rasensprenger,

Ich mag den blank weißen Hintergrund auf dem keine Fische sind.

rasensprenger,

It doesn’t necessarily need to be 4-dimensional en.m.wikipedia.org/wiki/Spinor

rasensprenger,

I’ve seen enough devices with the usb ports mounted upside down, for whatever strange reason. Also sometimes you want to plug something in without looking, this is much easier with USB-C

rasensprenger,

Danke dir für die Beiträge!

rasensprenger,

And at some point, it may just become the present, too :)

rasensprenger,

Ich hätte gern die versprochene Braille-Version

rasensprenger,

No, it seems to be in the right order of magnitude

www.wolframalpha.com/input/?i=circumference+of+ea…

Obviously light doesn’t have to travel quite as far, but 50ms is not a bad estimation for a worst case. Also you have to add processing delays at each router, which makes everything far slower.

rasensprenger,

I also think 50ms is a bit pessimistic, but there are locations which are far off of googles datacenters (at least until they finish their Johannesburg location, south africa seems very isolated) and you’re never directly connected via as-the-bird-flies fibre connections, actual path length will be longer than just drawing a line on a map.

This can all be mitigated by just building more and closer edge servers, of course, but at some point you just have a computer in your room again.

rasensprenger,

bash’s autocomplete fails (at least with default settings), but e.g. zsh can figure out what you mean

rasensprenger,

Borking an entire install by pressing buttons on a monotor is pretty difficult. What exactly were you doing? Did you ask your OS’ community for support?

rasensprenger,

Ah yeah nvidia can be painful, especially if you want wayland. But this seems to be a simple modesetting issue, I’m sure there are some known workarounds. You can also report driver bugs directly to nvidia, but I don’t know if that will do much.

rasensprenger,

Well even if the user doesn’t really know what they’re doing, things shouldn’t easily break, that’s just bad.

rasensprenger,

You can also use revanced to patch your own api key into Infinity and use that instead

rasensprenger,

Based on these numbers alone, anywhere from 0 to 341 respondents could be both straight and cis

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines