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

kunley

no profile record

投稿

No Semicolons Needed – how 11 languages deal with eliminating semicolons

terts.dev
9 ポイント·投稿者 kunley·4 か月前·0 コメント

What Vale Taught Me About Linear Types, Borrowing, and Memory Safety (2023)

verdagon.dev
2 ポイント·投稿者 kunley·6 か月前·0 コメント

Memory Allocation in Go

nghiant3223.github.io
2 ポイント·投稿者 kunley·7 か月前·0 コメント

Back to the 70s with Serverless (2020)

cdegroot.com
3 ポイント·投稿者 kunley·7 か月前·0 コメント

Understanding traffic

dr2chase.wordpress.com
61 ポイント·投稿者 kunley·8 か月前·47 コメント

Why is everything so scalable?

stavros.io
408 ポイント·投稿者 kunley·9 か月前·370 コメント

コメント

kunley
·9 日前·議論
Yes but for the purpose of mentioned ISO 8601, the start of the week is assumed to be Monday.
kunley
·9 日前·議論
I discovered just this week that the numbering of weeks within the year is different between US and Europe, thus, cal -w can show different numbers for some years depending on the locale. Outlook can probably also show different things depending on the system settings.

Europe uses the algo according to the ISO 8601 standard, where the week no.1 is the one with January 1st occuring between Monday and Thursday, inclusive. If the 1st happens on Friday or later within a week, it's considered a week no.52 or 53 of the previous year.

US does not use this scheme and [EDITED] I am not sure what method is applied there.

Some companies use week numbers in business talks, planning and scheduling, so be aware who is speaking about which weeks!
kunley
·18 日前·議論
Ahh, this little gem ported to Linux, great! That opens much more possibilities to play with it, thanks
kunley
·25 日前·議論
No worries. My impression was, the premise of your articles was not (at least not initially) a compiler for a fullest Ruby with all of its intricacies, but rather showing a great technique how to tackle a problem. For me and few of my pals it was an inspiring eye-opener. We were coming from the 8bit era and had our hands dirty in assembly before, yet your approach showed we can do a lot of low-level stuff in a modern Unix setup.

Kudos for your work - and I guess you've had a lot of fun as well
kunley
·25 日前·議論
I just connected the dots. You're the guy who constructed a direct Ruby-to-assembly compiler some time ago, right?
kunley
·29 日前·議論
The story remotely reminds me about this gold:

What is this: does not ring, and does not fit in the ass..? Soviet device for ringing in the ass.

Infinitely more funny if you lived on the east side of the iron curtain.
kunley
·先月·議論
Would be a good advice without this need of comparing to others
kunley
·先月·議論
Nice to see a fellow P-N'er. This gentleman knows his craft. Good luck!
kunley
·先月·議論
[flagged]
kunley
·先月·議論
nice troll
kunley
·先月·議論
You're not meant to apply poor man's psychology everywhere just because you have heard about a certain psychological term.
kunley
·2 か月前·議論
What Joe Armstrong et al took from Prolog is mainly the syntax.
kunley
·2 か月前·議論
I was recently considering an engineering job offer at Grafana. At the end I was turned off by the amount of their AI-related mindless propaganda and demands they have put right in the job offer. (Which is by the way quite rare; it is rather untypical to state in the position description how a developer should use AI tools; even though everyone can imagine how it looks like).

Looks like they could have invested more energy in the processes and security rather than catching up "innovation" craze that much
kunley
·2 か月前·議論
That's great.

Is it possible to have any means of private communication with you where you would share the information who this employer is?
kunley
·2 か月前·議論
Kudos for giving the actual names of the guys.
kunley
·2 か月前·議論
It was just buzzwords from the beginning, so at least now it's less pretending to make any sense
kunley
·2 か月前·議論
The behavior of companies when "adapting to AI" is like a famous phrase about communism - they heroically struggle overcoming problems created purely by themselves.
kunley
·2 か月前·議論
Not only this, but also:

Bun's fork will exhibit indeterministic behavior.
kunley
·3 か月前·議論
They are going to save us from that XXIII century probe, right
kunley
·3 か月前·議論
XOR appears a lot in any code touching encryption.

PS. What is static vs dynamic count?