HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kunley

no profile record

Submissions

No Semicolons Needed – how 11 languages deal with eliminating semicolons

terts.dev
9 points·by kunley·4 bulan yang lalu·0 comments

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

verdagon.dev
2 points·by kunley·6 bulan yang lalu·0 comments

Memory Allocation in Go

nghiant3223.github.io
2 points·by kunley·7 bulan yang lalu·0 comments

Back to the 70s with Serverless (2020)

cdegroot.com
3 points·by kunley·7 bulan yang lalu·0 comments

Understanding traffic

dr2chase.wordpress.com
61 points·by kunley·8 bulan yang lalu·47 comments

Why is everything so scalable?

stavros.io
408 points·by kunley·9 bulan yang lalu·370 comments

comments

kunley
·9 hari yang lalu·discuss
Yes but for the purpose of mentioned ISO 8601, the start of the week is assumed to be Monday.
kunley
·9 hari yang lalu·discuss
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 hari yang lalu·discuss
Ahh, this little gem ported to Linux, great! That opens much more possibilities to play with it, thanks
kunley
·25 hari yang lalu·discuss
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 hari yang lalu·discuss
I just connected the dots. You're the guy who constructed a direct Ruby-to-assembly compiler some time ago, right?
kunley
·29 hari yang lalu·discuss
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
·bulan lalu·discuss
Would be a good advice without this need of comparing to others
kunley
·bulan lalu·discuss
Nice to see a fellow P-N'er. This gentleman knows his craft. Good luck!
kunley
·bulan lalu·discuss
[flagged]
kunley
·bulan lalu·discuss
nice troll
kunley
·bulan lalu·discuss
You're not meant to apply poor man's psychology everywhere just because you have heard about a certain psychological term.
kunley
·2 bulan yang lalu·discuss
What Joe Armstrong et al took from Prolog is mainly the syntax.
kunley
·2 bulan yang lalu·discuss
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 bulan yang lalu·discuss
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 bulan yang lalu·discuss
Kudos for giving the actual names of the guys.
kunley
·2 bulan yang lalu·discuss
It was just buzzwords from the beginning, so at least now it's less pretending to make any sense
kunley
·2 bulan yang lalu·discuss
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 bulan yang lalu·discuss
Not only this, but also:

Bun's fork will exhibit indeterministic behavior.
kunley
·3 bulan yang lalu·discuss
They are going to save us from that XXIII century probe, right
kunley
·3 bulan yang lalu·discuss
XOR appears a lot in any code touching encryption.

PS. What is static vs dynamic count?