HackerTrans
TopNewTrendsCommentsPastAskShowJobs

imajoredinecon

502 karmajoined il y a 6 ans

comments

imajoredinecon
·il y a 6 jours·discuss
n=1 but I gave this to Sonnet 5 medium effort (free model) and it had no trouble with it
imajoredinecon
·il y a 2 mois·discuss
It has way more character. The Ferrari basically looks fungible with every other EV.
imajoredinecon
·il y a 2 mois·discuss
Taxes are supposed to pay for public services. An efficient visa system is a public service. If you pay tons of taxes but don’t get a public service that’s personally very important to you, it’s natural to feel let down
imajoredinecon
·il y a 4 mois·discuss
3 just seems arbitrary in practice though. In my job we share code when it makes sense and don’t when it doesn’t, and that serves us just fine
imajoredinecon
·il y a 6 mois·discuss
Neat read on the whole, but was fun to see how huge the author believes Estonia is:

> When Estonia, for example, became independent of the Soviet Union, some 245 million square miles of collectivist farmlands were simply abandoned.
imajoredinecon
·il y a 6 mois·discuss
That website has some other more out-there stuff on it. (I love the tone because it’s impossible to tell how tongue-in-cheek it is)

Coffee and wine glass https://www.toxel.com/tech/2019/10/10/coffee-and-wine-glass/

Sofa made of pillows https://www.toxel.com/inspiration/2024/11/12/sofa-made-of-pi...
imajoredinecon
·il y a 6 mois·discuss
My version of that is to just use a (high-end) Chromebook. The OS never gets in the way, can’t remember the last time I had to change a system setting or manually upgrade anything
imajoredinecon
·il y a 7 mois·discuss
Ironically the UX on Reuters and AP wasn’t hugely worse than the blogspam: * the text of the blogspam is pretty faithful to the AP article * Reuters had a fullscreen paywall * the AP had a floating video ad and an interstitial you have to click to get below the fold
imajoredinecon
·il y a 9 mois·discuss
If I’m understanding right, he has a side hustle as a public speaker. So the website is an ad for him.
imajoredinecon
·il y a 10 mois·discuss
I agree it does a pretty good job of communicating that. I think the other commenters are pointing out that doesn’t show how to efficiently get all the smaller items left of the partition and larger ones to the right. While that’s probably second nature to most people who’ve taken an algorithms class or done a decent amount of programming, I guess it’s up for interpretation how obvious it would be to the “intended audience” of the ikea manual
imajoredinecon
·il y a 10 mois·discuss
It’s a class/geographical thing. In my early childhood in a fancy suburb of a big city, my parents and people in their social circle used mixes 0% of the time, but when we moved to a smaller town it was way more common.
imajoredinecon
·il y a 10 mois·discuss
When you’re too busy to spend the money you make, the observable effect of a pay raise is mostly the number in the account going up faster
imajoredinecon
·il y a 10 mois·discuss
Agreed. I work at a highly successful small company with a reputation for being grindy, and what that looks like in reality is probably 55 hours a week of largely focused productive work: typical core hours are 9-6:45ish, and you work longer a day or two a week and put in the odd evening or weekend hour. It’s hard to imagine working 9-9 every day
imajoredinecon
·il y a 10 mois·discuss
If it's 3% + $0.30, that can easily be 5-7% for smaller transactions, which are the ones where I most often get asked to pay cash.
imajoredinecon
·il y a 3 ans·discuss
IMO, effective "scripting" just means the ability to solve ad hoc problems easily by writing task-specific glue that delegates the hard parts of the program to (1) an effective set of libraries you've written yourself and (2) external code or tools when it makes sense.

From this perspective, the languages of the glue, the libraries, and the external code all matter less than the ease of writing the glue; interfacing with the external code; and maintaining the libraries. The best language for this probably comes down to a combination of what you're comfortable writing (and reading, and maintaining) and what kinds of tasks you're trying to solve.

For me personally, using Python glue and libraries strikes a pretty good balance here. Writing a script "in Python" doesn't mean you need to reinvent the wheel. If you think `parallel` provides a better interface for map-reduce parallelism than `subprocess` (or than a library function you've written on top of `subprocess`), no problem: you can just call `parallel` from Python (and you'll probably find yourself writing a library function on top of it to abstract away the fact that it's a shell script).

But if you're much more effective working in Bash than Python, then writing your glue and developing your libraries in Bash could be the way to go.
imajoredinecon
·il y a 6 ans·discuss
Snowflake ($120bn)

I interned on their SQL engine team and maybe half of the long-time employees were ex-Oracle, including two of the three co-founders (Thierry and Benoit).