Hacker Newsnew | past | comments | ask | show | jobs | submit | ddtaylor's commentslogin

Add a CTR!

Are TPUs still stuck to their weird Google bucket thing when using GCP? I hated that.

The streaming platforms suffer from fragmentation right now: People don't like hopping between a dozen different streaming platforms to consume entertainment - regardless of price or ads. If you give them an option for a single place where all their media is, they will use it, regardless of what is happening behind the scenes.

They will never all merge into one because of regulatory pressure and because they are competitors.

It seems nice to have one less streaming platform in some ways, but it's not a pathway forward.

I'll continue to use Jellyfin with a few hard drives.


Alpaca?

The amount of weird TS I see that attempts to keep the JS style of code while getting the compiler to stop being mad is strange. I will see hundreds of line of type inference work, when they could have just made an actual type.

I feel like most people using TS are not doing it by personal choice but because someone else decided it

I see this happening with people who are thrown in to coding TS, with little or no training / time to educate themselves.

WebScript is fine by me!

$43k of $200k.

For anyone curious there is a somewhat similar thing in Linux called Abstract Domain Sockets. These are Unix domain sockets where the first character is NUL ('\0')

I am working on a game where every player has system resources on a Linux computer. The basic idea is that some resources need to be shared or protected in some ways, such as files, but the core communication of the game client itself needs to be preserved without getting in the way of the real system environment.

I am using these abstract data sockets because they sidestep most other permissions in Linux. If you have the magic numbers to find the socket, you get access.


> If you have the magic numbers

or find it in /proc/net/unix


Correct. Doing this allows you to implement your own method of checking credentials when a process wants to talk to that socket, such as SO_PEERCRED.

I never knew Λ was the upper case version of λ.

To be fair there have been multiple popular e-mail networks on Tor like SIGINT in the past and I never received spam there.

Knuth once said there’s two kinds of programming languages in the world: Languages everyone complains about, and languages nobody uses. I feel like there’s some corollary here…

FWIW it was Bjarne Stroustrup (of C++) who said that, not Knuth.

There are actually a lot of networks that people would assume get spammed to death, but they seem to work fine for me when I have used them.

Another example is BitMessage. It worked fine for me I never had random spam or anything.


I think your definition of "popular" here is... unpopular.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: