HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ldite

no profile record

Submissions

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

temporal.io
3 points·by ldite·2 месяца назад·0 comments

Ninety Seven Things Every Programmer Should Know

github.com
2 points·by ldite·в прошлом году·1 comments

Qalculate Hacks

anarc.at
2 points·by ldite·в прошлом году·0 comments

Build the Most Accurate DIY Quartz Clock Yet

spectrum.ieee.org
1 points·by ldite·2 года назад·0 comments

AI-generated news anchors are freaking me out

arstechnica.com
1 points·by ldite·3 года назад·0 comments

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

retrocomputing.stackexchange.com
11 points·by ldite·3 года назад·2 comments

comments

ldite
·2 месяца назад·discuss
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 месяцев назад·discuss
Wait no longer; https://www.polyplay.xyz/CPC_1
ldite
·в прошлом году·discuss
same for alpine (https://alpineapp.email/)
ldite
·в прошлом году·discuss
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
·в прошлом году·discuss
> 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
·в прошлом году·discuss
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
·в прошлом году·discuss
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
·в прошлом году·discuss
> 100k jobs aren't that common in software in the UK

They really are, if you're prepared to work for $BIGCO
ldite
·2 года назад·discuss
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 года назад·discuss
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 года назад·discuss
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 года назад·discuss
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...)