HackerTrans
TopNewTrendsCommentsPastAskShowJobs

luuuzeta

no profile record

Submissions

An Introduction to Libuv

nikhilm.github.io
2 points·by luuuzeta·3 anni fa·0 comments

[untitled]

1 points·by luuuzeta·3 anni fa·0 comments

StackEdit – In-Browser Markdown Editor

github.com
1 points·by luuuzeta·3 anni fa·1 comments

Sigils are underappreciated (2022)

raku-advent.blog
150 points·by luuuzeta·3 anni fa·93 comments

Oh Yes You Can Use Regexes to Parse HTML

stackoverflow.com
38 points·by luuuzeta·3 anni fa·20 comments

Ask HN: What are some examples of well-designed binary file format specs?

3 points·by luuuzeta·3 anni fa·3 comments

Sigils are an underappreciated programming technology

raku-advent.blog
5 points·by luuuzeta·3 anni fa·0 comments

Tabloid – The Clickbait Headline Programming Language

tabloid-thesephist.vercel.app
270 points·by luuuzeta·3 anni fa·37 comments

A Programmer's Introduction to Mathematics

pimbook.org
2 points·by luuuzeta·3 anni fa·1 comments

IBM's SSEC, the first computer that could modify a stored program

historyofinformation.com
36 points·by luuuzeta·3 anni fa·23 comments

Send ebooks to a Kobo or Kindle ereader through the built-in browser

github.com
1 points·by luuuzeta·3 anni fa·0 comments

Qtile – Hackable tiling window manager written and configured in Python

qtile.org
1 points·by luuuzeta·3 anni fa·0 comments

Podlite – Pod6 markup language editor

github.com
20 points·by luuuzeta·4 anni fa·2 comments

The Super Tiny Compiler – Possibly the smallest compiler ever

github.com
2 points·by luuuzeta·4 anni fa·1 comments

Ask HN: Concepts that clicked only years after you first encountered them?

579 points·by luuuzeta·4 anni fa·913 comments

A Physicist Experiments with Cultural Studies (1996)

physics.nyu.edu
1 points·by luuuzeta·4 anni fa·0 comments

The waning days of DEI's dominance

world.hey.com
2 points·by luuuzeta·4 anni fa·0 comments

How to Write and Publish a Technical Book (and make lots of money)

blog.obiefernandez.com
3 points·by luuuzeta·4 anni fa·0 comments

The Case for Buying Technical Books

blog.jayfields.com
1 points·by luuuzeta·4 anni fa·0 comments

Ask HN: SWEs working from home, what advice do you have for WFH junior devs?

4 points·by luuuzeta·4 anni fa·9 comments

comments

luuuzeta
·3 anni fa·discuss
Same! I wished there was a native app with the same layout as StackEdit. Btw both the website [0] and the library [1] are open source.

[0]: https://github.com/benweet/stackedit

[1]: https://github.com/benweet/stackedit.js
luuuzeta
·3 anni fa·discuss
Markdown source: https://github.com/creationix/howtonode.org/blob/master/arti...
luuuzeta
·3 anni fa·discuss
How are courses created? Who creates them?

>Made with in

How did all the haze treats you yesterday?
luuuzeta
·3 anni fa·discuss
Site: https://stackedit.io/
luuuzeta
·3 anni fa·discuss
The OP explains it here: https://news.ycombinator.com/item?id=36130625
luuuzeta
·3 anni fa·discuss
> https://markwhen.com

Wow this is also awesome! Some programmers are truly creative people haha
luuuzeta
·3 anni fa·discuss
>Sigils are why I gave up learning PERL. Everything I learned had a half life of 10 minutes.

Interesting! By "half life of 10 minutes", do you mean the language was changing too quickly under you or that it was difficult to remember the sigils?
luuuzeta
·3 anni fa·discuss
The author defines a _sigil_ as follows:

* a non-alphabetic character

* that is at the start of a word

* that communicates meta-information about the word.

He gives the example of `echo $USER`, where `$` is a single that communicates that `USER` is a variable, presumably with some contents. Thus, I'd wager `$` is a sigil in `$foo`.
luuuzeta
·3 anni fa·discuss
>and to have an unsigilled option for people who don't like them

Sigilled "variables" do lose many of the perks that sigils provide though, as codesections explains in the blog.
luuuzeta
·3 anni fa·discuss
Thanks for the Austral spec link! Programming languages come and go but I find it deeply interesting when language designers lay out the rationale behind possibly outlandish decisions in their programming languages. Case in point, Larry Wall and Perl-y languages [0]

[0] http://www.wall.org/~larry/natural.html
luuuzeta
·3 anni fa·discuss
>Programmers familiar with the use of sigils to indicate variables intrinsically grok this phrase, but it looks like gobbledygook to non-programmers.

While I understand where you're coming from, I'd argue that programming-related concepts are all "gobbledygook to non-programmers", that's to be expected. Having something like (this is close to valid Raku but it's not)

    Positional[Any] ages = [42, 38, 25];
doesn't make it any easier than

    my @ages = [42, 38, 25];
unless you already have prior knowledge of arrays, assignments, types, etc.
luuuzeta
·3 anni fa·discuss
Thank you for your service, and Happy Memorial Day!
luuuzeta
·3 anni fa·discuss
And racism of low expectations.
luuuzeta
·3 anni fa·discuss
>During sleep, your brain restructures and reorganises information, creating links between unrelated ideas. This leads to new, creative ideas that you use in your day to day to solve problems and write better software.

This reminds of the character Ko Murakami in the manga World Trigger, who can master anything after trying it once and then sleeping on it. Great read if you like manga around strategies and battles.
luuuzeta
·3 anni fa·discuss
>I figured "dark patterns" must mean "a lot of people I don't like are publishing there."

Let's assume this was the case. How's that a dark pattern?
luuuzeta
·3 anni fa·discuss
>You see, under ‘Delivery’, the checkbox is always set:

As soon as I read this, I was expecting the checkbox to be always checked and grayed out without the possibility of being checked out. It doesn't seem to be the case at the moment, according to the screenshot. As others have pointed out, I don't think this is a dark pattern.
luuuzeta
·3 anni fa·discuss
The author has one of the most interesting projects list I've seen: https://thesephist.com/projects/
luuuzeta
·3 anni fa·discuss
>Almost always the probably, almost certain answer to an essay like this is a "no."

Betteridge's law of headlines
luuuzeta
·3 anni fa·discuss
I recognized his face from MIT 6.006 Introduction to Algorithms course [1]

[1] https://www.youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V...
luuuzeta
·3 anni fa·discuss
I get "Object Not Found!"