Hacker Timesnew | past | comments | ask | show | jobs | submit | weare138's commentslogin

For anyone that was into Star Control check out Endless Sky:

https://endless-sky.github.io


If anyone is that desperate for a secure random password here's a Perl one-liner I came up with that will generate random cryptographically secure passwords with all unique characters using /dev/urandom. No dependencies:

  perl -E 'while (open($_,"/dev/urandom") && $#p+1 != $ARGV[0]) { $_ = getc $_, push @p, grep !$u{$_}++, /[!-~]/g } say @p' 24

Minified:

  perl -E 'while(open($_,"/dev/urandom")&&$#p+1!=$ARGV[0]){$_=getc$_;push@p,/[!-~]/g}say@p' 42

I remember when your computer had 128MB of ram and could still run an entire desktop OS, web browser and chat app at the same time.

You're not my supervisor.


I'm kind of curious how it compares to some of the current concurrency solutions for Perl because there is a bunch of them now:

https://metacpan.org/pod/Coro

https://metacpan.org/pod/MCE

https://metacpan.org/pod/OpenMP

https://metacpan.org/dist/UV


A network for bots acquires a network for bots. Story at 11.


So Sundar is an AI engineer in his spare time too?


You can still style native apps.


In capitalism, the market decides.

In oligarchy, connections and donations decide.

It sure look like the US is transitioning from the former to the latter.

As someone from genx I can definitively confirm this is how it always worked. If you're younger do not delude yourselves into thinking this is all somehow new and things were better in the past. They weren't.


There's was an 80s movie about this...


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

Search: