HackerTrans
TopNewTrendsCommentsPastAskShowJobs

doodpants

1,559 karmajoined 13 anni fa

Submissions

The Rapture of the Programming Languages

fogknife.com
3 points·by doodpants·22 giorni fa·0 comments

comments

doodpants
·18 ore fa·discuss
> Year.version

I think you mean "(Year % 100).version". Or is it "(Year - 2000).version"? Pardon me for being overly pedantic, but ever since Y2K it really bugs me when someone refers to a 2-digit number as "the year".
doodpants
·3 giorni fa·discuss
I think I saw Jesus, because a guy ran right across the surface of a swimming pool.
doodpants
·12 giorni fa·discuss
> Pen and paper is just not a very good way to produce text.

Pen and paper are literally designed to produce text.
doodpants
·16 giorni fa·discuss
I visited this page in Firefox and was presented with a message that essentialy said (paraphrasing): "this site best viewed with browser X". Now, I'm not a professional web developer, and maybe there are legitimate reasons why this app is depending on new cutting edge browser features that aren't yet supported by Firefox, but it seems to me that this just shouldn't be a thing anymore.
doodpants
·18 giorni fa·discuss
https://thehustle.co/sherlocking-explained
doodpants
·19 giorni fa·discuss
Because there's already another 6 on the same main diagonal. This is an "X Sudoku" puzzle, which means that each main diagonal must have all 9 different numbers.
doodpants
·mese scorso·discuss
I frankly don't buy into this trope that a lack of monetary cost should shield something from criticism. Anything created by humans for other humans, especially tools meant for getting work done, should certainly be open to evaluation/judgement/critcism, regardless of whether the creator chooses to charge for it.

And it's not like Golang is some freshman student's hobby project; it was created by one of the world's largest tech companies, by people with a strong pedigree in programming language design.
doodpants
·mese scorso·discuss
I can't speak about Dart, but Carbon had just barely started development when it was first announced 4 years ago, and is currently presented as an experimental language that is not yet ready for use [0].

0: https://github.com/carbon-language/carbon-lang#project-statu...
doodpants
·3 mesi fa·discuss
It would be fiscally irresponsible to the shareholders for tech companies not to voluntarily do so.
doodpants
·3 mesi fa·discuss
> One of the ongoing problems in LLM research is how to get these machines to say “I don’t know”, rather than making something up.

To be fair, I've known humans who are like this as well.
doodpants
·3 mesi fa·discuss
I can sympathize; I shudder to think of how many total hours of my life I've spent tweaking fonts in my text editors.

That said, these days I almost exclusively use Input Mono [0], specifically the "Narrow" variety. With an occasional sprinkling of either Iosevka Fixed or PragmataPro Mono.

0: https://input.djr.com/
doodpants
·4 mesi fa·discuss
Doesn't work for me either. I'm running Sequoia on an Intel Mac. When the saver runs, it says "No art sources configured. Open Screen Saver Options to add pack URLs or a local folder." I've added all 5 of the recommended pack URLs listed on the GitHub page, and even tried clicking the Refetch Packs button, but it won't show anything except that message.
doodpants
·5 mesi fa·discuss
Opinionated design was great back when Apple's Human Interface Guidelines were based on concrete user testing and accessibility principles. The farther we get from the Steve Jobs era, the more their UI design is based on whatever they think looks pretty, with usability concerns taking a back seat.
doodpants
·5 mesi fa·discuss
The flaw in trying to detect AI by its use of particular idioms is that it would have learned these idioms from its training corpus, which consists of writings from actual human beings.

In other words, some people actually write like this.
doodpants
·5 mesi fa·discuss
“our AI has messed up completely.”

No, it worked as designed. Generative AI simply creates content of the type that you specify, but has no concept of truth or facts.
doodpants
·5 mesi fa·discuss
Similarly, is ordering Zhu Li to "Do the thing!" doing the thing?
doodpants
·7 mesi fa·discuss
I do not miss the days of "This site best viewed with browser X".
doodpants
·7 mesi fa·discuss
I've often thought, "If AI is so great, how come all these tech companies are shoving AI features down our throats for free, instead of charging real money for them?" I'm actually glad that MS is doing this, and I hope it starts a trend of more companies gating their AI features behind paywalls, and a noticable reduction in the number of popups I encounter badgering me to use AI features that I never asked for.
doodpants
·8 mesi fa·discuss
So, I gather that you treated your solutions as throw-away code, rather than keeping them? Kind of surprising, considering that some problems build off of each other, or otherwise benefit from sharing code; you never know when the code for one solution could be useful later. For example, a prime number generator/tester is necessary for many of the problems.

(I have all my solution code, in source control no less, so if I ever lost my account, I could just run them all and re-enter the solutions.)
doodpants
·8 mesi fa·discuss
> who would think to focus the area first for scrolling???

Sadly, this problem is common enough that click-before-keyboard-scrolling has become second nature for me.