HackerLangs
TopNewTrendsCommentsPastAskShowJobs

forinti

5,965 karmajoined 17 jaar geleden
https://alquerubim.blogspot.com

Submissions

A terminal weather app with ASCII animations driven by real-time weather data

github.com
266 points·by forinti·5 maanden geleden·48 comments

What AI doesn't know: we could be creating a global 'knowledge collapse'

theguardian.com
5 points·by forinti·8 maanden geleden·2 comments

comments

forinti
·15 uur geleden·discuss
There's a Portuguese saying "há mouro na costa" which is literally "there are moor at the coast" and means that there is something fishy going on.
forinti
·eergisteren·discuss
It's an uphill battle to inform the public. Most people just don't understand and don't care to understand the issues until it actually hits them, such as with the farmers who bought JD.
forinti
·eergisteren·discuss
That makes for a cool rot13: /a-z/n-za-m/
forinti
·3 dagen geleden·discuss
I spent hours typing 6502 assembly. It went a lot better when someone dictated: LDA, STA, BEQ, LDY, STY...
forinti
·3 dagen geleden·discuss
This reminds me of a T-shirt I once saw that read:

          perl -e '
     "$a="etbjxntqrdke";
  $a=~s/(.)/chr(ord($1)+1)/eg;
        print "$a\n;"'
It's cursing. Don't run it if it might offend you.

Upon seeing this, I decided to golf and came up with a shorter version:

  perl -e "print chr 1+ ord for split //,'etbjxntqrdke'"
forinti
·3 dagen geleden·discuss
I've gained a taste for a yt channel that shows depopulated towns across the US.

It seems to me that local governments must also have tons of properties to sell or give away. The real issue is that these are in places where people don't usually want to live.
forinti
·7 dagen geleden·discuss
I've been learning Russian by myself since the pandemic and along the way I've picked up bits and bobs about food, history, geography, music, and even electronics. Learning a language is not just about the language per se.

I've even realised a few things about my own language.
forinti
·10 dagen geleden·discuss
I had a little chat recently with a glaciologist and he told me about a student who had come from a very religious family. The guy had to learn all about the formation of Earth, etc, and decided to give up geology because it would put him at odds with his family and friends and he decided that they were more important.

So, you could say he rationally decided to keep his irrational beliefs.
forinti
·14 dagen geleden·discuss
Intel mobile chipsets for Core 2 Duo only supported 2 or 4GB. And not all the desktop chipsets supported 8 or 16GB. I have a laptop with 3GB: one of the slots only supports 1GB.
forinti
·14 dagen geleden·discuss
Does this mean that the government will compensate OpenAI for lost revenue?
forinti
·15 dagen geleden·discuss
My company recently hired a concierge. At first I thought it was unnecessary and just meant to give someone's friend a job.

But the guy is really good at it. He organises groups of people who show up; he knows everybody, so he can quickly point people to where they should go; and overall he just makes the reception a welcoming place.
forinti
·15 dagen geleden·discuss
It's a political problem, not a technical problem.
forinti
·16 dagen geleden·discuss
The same thing used to happen in Brazil. Machado de Assis is great for older audiences, but a bore for children and teenagers. Making them read his books probably did more harm than good.
forinti
·17 dagen geleden·discuss
I like this little thing: https://openwrt.org/toh/gl.inet/gl-usb150

You can use it as a repeater, so the whole family can just use the same network/password we use at home. And it is so small, you can run it from a power bank for hours.

Unfortunately, they are not sold anymore.
forinti
·17 dagen geleden·discuss
I started seeing LED displays on store fronts in the late 80s (the ones that scroll text horizontally).

This would have been quite the product then. TVs were expensive, but B&W TVs not so much.
forinti
·18 dagen geleden·discuss
It seems reckless and unnecessary even if the gamble were 100% a sure thing, which no gamble ever is.

Even if AI is a game changer, it doesn't mean that your business model will have a role in it.
forinti
·18 dagen geleden·discuss
The good bits will be sold off. Some of their products are very valuable, even if you don't like them.
forinti
·18 dagen geleden·discuss
It doesn't seem rational to me that such a big company wouldn't prefer to diversify.
forinti
·18 dagen geleden·discuss
I knew a bit of 6502 assembly, so I was happy just to have more RAM and more registers.

Looking back, the simplicity of the instruction set seems quaint next to the thousands of instructions we have today.
forinti
·21 dagen geleden·discuss
I'll just recognise that I'm old (and a bit grumpy): back in the day, if you didn't write minimally efficient code, it simply wouldn't run or it would be terribly slow.

Young devs have not been exposed to this and they can get away with writing inefficient code most of the time, sometimes all of the time.

And even if there is a RAM shortage, we are still in the Gigabyte age. So I don't think we will go back to cycle and byte counting.

I can't even get some devs to care if their query runs in 3s or 8ms.