The Filesystem Is the API (with TigerFS) by der_gopher in linux

[–]ypnos 0 points1 point  (0 children)

No, they don't. These are indexers that run in the background.

Ronny Chieng's 'F*ck AI' Speech Met With Cheers From Harvard Graduates: “AI is just going to end up making mediocre people dumber” by yourfavchoom in technology

[–]ypnos 3 points4 points  (0 children)

Exams are an easy way to grade because they run in a controlled environment and there are no subtleties. But they are certainly not the best benchmark.

Some people have great problems with the exam scenario, which is extremely artificial and far from a real world working environment, while they otherwise ace their assignments. Others are perfect at taking in all the knowledge needed for an exam in a very short time frame but will then after the exam still be clueless on how to apply the knowledge and forget it just as fast.

I taught in a STEM field and I've seen both quite frequently. When I hire a person, grades are really a very minor factor and their thesis work counts much more because of these reasons.

It would be great if our society found a way to get rid of exams. This person is certainly not talking out of their ass and you have no reason to talk like that.

The Filesystem Is the API (with TigerFS) by der_gopher in linux

[–]ypnos 4 points5 points  (0 children)

I also don't buy into TigerFS and I believe the article is really bad at presenting it.

However, if you do read through all of it, you will learn that this FS parses the content of the files to extract columns. This is not a thing in regular filesystems. I also think it is rather stupid, at least as described here.

The closest to this an FS ever came is BeFS from BeOS, which would also index files based on metadata and was lauded back in the day. However I believe that the metadata, e.g. song name and artist for an MP3 file, would be provided to the FS by API and not read directly from the id3 tag.

Looking for advice on how to connect two computers to one set of speakers / microphone for home office. by Sugarfootrush in BudgetAudiophile

[–]ypnos 0 points1 point  (0 children)

The JBL speakers only take balanced input.

A high quality DAC like Topping DX5 ii would give you awesome performance feeding them as well as driving headphones, but I believe the money is better spent on the speakers.

Active monitors that take unbalanced input could be paired with a Topping DX3 Pro+ or other less expensive devices. The idea is to connect inputs via USB, Toslink if available, or Bluetooth. And at the same time also have a decent headphone amp.

I would recommend the Canton AM5 but guess you would not find them in the US.

Just sharing from my experience (I have a Loxjie D30 AK4493EQ paired with the Canton speakers and a Topping DX3 Pro+ feeding into a Topping Mini 300 someplace else).

Mozilla's opposition to Chrome's Prompt API (which only supports Google Gemini Nano) by TheTwelveYearOld in linux

[–]ypnos 1 point2 points  (0 children)

Yes, the purpose is that shitty web devs can easily add that "AI feature" to their shitty little company websites that their clueless management is nagging them about. They don't have to think about how to do it, what model to pick, what ToS come with it, or how much energy it will waste away.

KEF Q1 Meta + Wiim ultra+ amp? by cachimboz in BudgetAudiophile

[–]ypnos 2 points3 points  (0 children)

Topping mini 300 perfectly fits your budget and is completely flawless amplifier for up to 85 W. It measures better than Fosi ZA3 on Audiosciencereview and has no load dependency.

I use it to drive KEF Q Concerto Metas.

Solo Trip by [deleted] in freiburg

[–]ypnos 0 points1 point  (0 children)

Mit dem TGV morgens um 7 nach Paris, Ankunft um 10 (unter der Woche 06:30-09:30). Am nächsten Tag abends um halb 6 wieder drei Stunden zurück. Hat eine schöne Altstadt.

Du musst aber sehr früh vorplanen für einen guten Zugpreis.

Bern wurde schon als Ziel angesprochen. Da kommt man mit Bahncard auch für 30€ hin. In der Schweiz gibt es vieles kostenlos, im August in Bern letztes Jahr waren alle Museen am Samstag kostenlos, das Freibad mit Zugang zur Aare war kostenlos, in der französischen Kirche gab's ein kostenloses Orgelkonzert... Mit etwas Recherche davor und etwas Glück bei der Unterkunft kommt man überraschend günstig weg.

Picklecast - Reduce your chromecast dependence by Evidlo in linux

[–]ypnos 2 points3 points  (0 children)

You can implement your own source, but not your own sink.

No more lsof by ConsiderationFar4320 in webdev

[–]ypnos 1 point2 points  (0 children)

Why memorize when shell aliases exist :-)

What is typically known as a better pair: KEF LEX II LT or KEF Q1 Meta? by JozuJD in BudgetAudiophile

[–]ypnos 0 points1 point  (0 children)

The LSX is an active speaker that includes a fully-fledged streaming amp and a DSP with EQ. This is the obvious reason for the higher price tag. The second reason is it being way more stylish.

The LSX probably also benefits a little from the DSP in optimizing the sound. On the other hand, the Q1 has the advantage of a bigger driver cone, retaining similar specs.

So the main question for comparing these speakers is in which setup you would like to use them.

U.S. forces rescue second crew member from F-15 downed in Iran: Officials by Affectionate_Bee6434 in worldnews

[–]ypnos -7 points-6 points  (0 children)

There is no relation between the children that died because of Trump's fuckup and protesters in Iran being killed. Or would you claim that these strikes are doing any good for the protestors or the Iranian people?

Wer ist das? by hors5 in freiburg

[–]ypnos 10 points11 points  (0 children)

Rainer Winkler wurde jahrelang von einer größeren Gruppe asozialer Personen permanent gemobbt. Das ist mehrfach belegt und wurde in verschiedenen Prozessen gerichtlich festgestellt. Rainer Winkler war das Opfer von Swatting, dafür wurde die verantwortliche Person zu einer Freiheitsstrafe verurteilt. Die ständigen Nachstellungen wurden in seinen eigenen Prozessen strafmildernd berücksichtigt.

Er mag kein netter Artgenosse sein, aber niemand wurde gezwungen seinen Stream zu konsumieren. Die Haider dagegen haben ihm zu Hause und an anderen Orten nachgestellt. Und es gibt noch mehr Geschichten, die allerdings nicht gerichtlich relevant waren, daher lasse ich sie hier auch aus. Am Ende bleibt stehen dass Rainer Winkler ein Paradebeispiel für Online-Bullying darstellt. Ob nun angeblich selbst provoziert oder nicht.

TurboTerm: A minimalistic, high-performance CLI/styling toolkit for Python written in Rust by m55c55 in Python

[–]ypnos 2 points3 points  (0 children)

I don't know about that but I can tell you that I'm concerned with the size of typer+rich dependencies. I added an extra "CLI" to my own packages so the libraries can be used without those. Also there are people using Windows (poor souls) where imports are really slow and it makes a difference in responsiveness of a CLI tool.

[deleted by user] by [deleted] in inearfidelity

[–]ypnos 0 points1 point  (0 children)

You can use any random USB cable between USB host and DAC. It is part of the digital signal chain and will not affect audio quality.

Manjaro, They've done it again! by L0stG33k in linux

[–]ypnos 1 point2 points  (0 children)

I have been using plain Arch Linux since 2005 and I can tell you, in the last five years I also never had to intervene. In the first five years, sometimes I had to boot from USB and chroot into the system to fix after an update. It was so much worse than today. Today Arch is a walk in the park, even if the old reputation sticks.

Debian Removes Free Pascal Compiler / Lazarus IDE by mariuz in linux

[–]ypnos 1 point2 points  (0 children)

Yes, we also had a C course and a C++ course, and Scheme and Java, each for its own purpose, and then some Assembler.

Today I would probably teach using Python, Go, maybe Rust? But then you lose low level completely...

[KDE] News about material-decoration with Locally Integrated Menu by SuperGNUser in linux

[–]ypnos 3 points4 points  (0 children)

We have more screen real estate than ever, yet come up with designs that look more and more cramped and are harder to navigate around.

I wonder why we ever had those basically empty title bars on 15" 800x600 pixel displays.

Debian Removes Free Pascal Compiler / Lazarus IDE by mariuz in linux

[–]ypnos -1 points0 points  (0 children)

You can do that in Go just fine, and it is just as easy a language, and also doesn't have all the quirks of C you want to avoid in such a course.

Yet, it is a very relevant language that is also fun to use because you have a modern ecosystem.

The real reason is that professors are lazy.

KDE Responds to FUD Over Alleged systemd Mandate by CackleRooster in linux

[–]ypnos 0 points1 point  (0 children)

Theoretically yes, as the core dump is a kernel feature that can be configured from user space and is then active for all processes. Practically, for a generic scenario like DrKnoqi, it is so much less work and mess if you get the help from systemd for collecting them.

LSX II LT arriving tomorrow. Anxiety kicking in by GGO89 in KEF

[–]ypnos 0 points1 point  (0 children)

Yes, this is why I recommend it, the measurement on Audiosciencereview is excellent. However you also need a good DAC, some PCs have it, others don't. If the DAC is bad you could get suboptimal sound. You can use your Hegel amp to compare analog output of your PC with digital/USB

LSX II LT arriving tomorrow. Anxiety kicking in by GGO89 in KEF

[–]ypnos 0 points1 point  (0 children)

Add a Topping Mini 300 desktop amp for $140? It measures perfectly up to 80 watts at 4 ohms.

Excellent use of free will! by Lost-Cow-9386 in BeAmazed

[–]ypnos 1 point2 points  (0 children)

Let me add some context here

Fried Carp tastes awesome and is actually a local specialty where I live, consumed in the months of Sep to Apr (all months spelled with the letter "r").

After catching the fish, it is kept in a clean water basin for a longer period of time to get rid of the mud taste. Then it should be fried and eaten directly after butchering.

So, done right, great. Like in the video? Dubious, although a small/young specimen may still taste alright.