HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ldite

no profile record

投稿

Temporal is becoming Crystal Palace Football Club's front-of-shirt partner

temporal.io
3 ポイント·投稿者 ldite·2 か月前·0 コメント

Ninety Seven Things Every Programmer Should Know

github.com
2 ポイント·投稿者 ldite·昨年·1 コメント

Qalculate Hacks

anarc.at
2 ポイント·投稿者 ldite·昨年·0 コメント

Build the Most Accurate DIY Quartz Clock Yet

spectrum.ieee.org
1 ポイント·投稿者 ldite·2 年前·0 コメント

AI-generated news anchors are freaking me out

arstechnica.com
1 ポイント·投稿者 ldite·3 年前·0 コメント

Was bootloading from punch cards possible on System/370 machines?

retrocomputing.stackexchange.com
11 ポイント·投稿者 ldite·3 年前·2 コメント

コメント

ldite
·2 か月前·議論
Loses some credibility with this footnote; https://resobscura.substack.com/p/what-is-happening-to-publi...

> I suspect the hum obsession has something to do with LLMs “awareness” that their “physical selves” exist in data centers.
ldite
·7 か月前·議論
Wait no longer; https://www.polyplay.xyz/CPC_1
ldite
·昨年·議論
same for alpine (https://alpineapp.email/)
ldite
·昨年·議論
A better article (featuring the same Getty stock photo!) at Scientific American, that clarifies that this research was looking at better materials for bandages and dressings: https://www.scientificamerican.com/article/the-worlds-smalle...
ldite
·昨年·議論
> But that's not what a Clojure dev would do.

Apparently I and my fellow Clojure devs aren't real Clojure devs. Or perhaps you mean "true" clojure developers, or "good" clojure developers. (cf. https://en.wikipedia.org/wiki/No_true_Scotsman)

And even if we were Clojure devs we've inherited multiple big Clojure codebases that were apparently written by non-Clojure devs, and heavily refactoring is not on the to-do list.
ldite
·昨年·議論
The dynamic typing and "everything is a map" can be a PITA. At the moment I'm working on a codebase that has I/O to JSON APIs, Avro schemas and postgres databases. That means that a field called "date" can be either a string, integer days since the epoch or a Java Date, and (because this codebase isn't great) there's no way of knowing without tracing the call stack.

With the right discipline (specs, obsessively normalising all data at the boundaries, good naming conventions) this wouldn't have been a problem, but that discipline is optional, and headbanging aggravation results.

(This is, of course, a generic "dynamic typing" problem, but that's a key feature of Clojure)
ldite
·昨年·議論
I didn't mean FAANG companies - these days I work for a boring 500 person SaaS company (outside London) and we have at least 50-100 engineers at £100k+, excluding equity.

I get a lot of recruiter spam on Linkedin for roles at retail banks, outsourcers, consultancies, SaaS companies, startups, etc. etc. in the £90-110k bracket. I do also get a lot of recruiter spam for laughably underpaid jobs, in particular hardware/embedded roles, which is why I switched out of embedded.
ldite
·昨年·議論
> 100k jobs aren't that common in software in the UK

They really are, if you're prepared to work for $BIGCO
ldite
·2 年前·議論
I am a (UK) cyclist, and I pay both road taxes and fuel taxes.

(For the car that I also own, to be clear)
ldite
·2 年前·議論
SBT is awful. I've never used Gradle, but if SBT is saner then I'm worried. This blogpost is a bit old, but still on-target: https://www.lihaoyi.com/post/SowhatswrongwithSBT.html
ldite
·2 年前·議論
Funnily enough my memory of trying to implement the DSM-CC specs is that they are broadly equivalent to a denial-of-service attack on your brain
ldite
·2 年前·議論
Anecdotally I've heard of people getting discounts from the dealer by buying on finance, then asserting the right to cancel within 14 days* and paying cash instead. AIUI the dealer doesn't have to accept the cash, and could take the car back, but then they lose the sale, so they generally just suck it up.

(* https://www.carmoola.co.uk/blog/cooling-off-period-car-finan...)