HackerTrans
TopNewTrendsCommentsPastAskShowJobs

smlckz

no profile record

Submissions

The Quite OK Audio Format for Fast, Lossy Compression

qoaformat.org
140 points·by smlckz·قبل 3 سنوات·63 comments

Ask HN: What are some software projects towards which you’re very grateful

1 points·by smlckz·قبل 3 سنوات·2 comments

Coffee with Brian Kernighan – Computerphile [video]

youtube.com
7 points·by smlckz·قبل 4 سنوات·0 comments

Counterfactual Quantum Computation is Weird [video]

youtube.com
3 points·by smlckz·قبل 4 سنوات·0 comments

Status Update, May 2022

drewdevault.com
2 points·by smlckz·قبل 4 سنوات·0 comments

Explaining Web 2.0 (2008)

youtube.com
1 points·by smlckz·قبل 4 سنوات·0 comments

We need to talk about clickbait [video]

youtube.com
3 points·by smlckz·قبل 5 سنوات·1 comments

Tips for debugging your new programming language

drewdevault.com
3 points·by smlckz·قبل 5 سنوات·0 comments

Ask HN: Memorable Snippets of Code

2 points·by smlckz·قبل 5 سنوات·0 comments

Ask HN: Which “old” programming language(s) you still use in your $DAYJOB?

16 points·by smlckz·قبل 5 سنوات·25 comments

comments

smlckz
·قبل 3 سنوات·discuss
I find it interesting that we can think about [simple and complex] mathematical structures. How did we get the ability to do so and why we can do so?

I distinguish between mathematical structures and "reality". From my perspective, mathematical structures are being used provide succinct description of the perceptible portion of "reality", the Universe as we say. Need all mathematical structures exist?

What can we say about [biological, AI, or even theoretical] systems that can deal with abstract mathematical structures: to be able to construct, modify, specialise or generalise such structures in a extra-computable manner?
smlckz
·قبل 3 سنوات·discuss
This refers to the pic(1) preprocessor to the troff(1) typesetter. Troff is a historical typesetting software with a long history in the Unix ecosystem. Having personally used some of the modern implementations (e.g. GNU troff or groff, heirloom troff) of troff for personal projects, it has been a pleasant experience.

https://troff.org

https://en.wikipedia.org/wiki/Troff

https://en.wikipedia.org/wiki/PIC_(markup_language)

https://www.man7.org/linux/man-pages/man7/roff.7.html
smlckz
·قبل 3 سنوات·discuss
Then you arrive at questions such as "Why do we exist?", even "Why anything exists at all, what was the need for all of this?"

> Why do we feel that we exist? Who does the feeling part?

There’s the non-helpful answer “I think, therefore I am.” I don’t think there’s any good answer to these questions. We can think about ourselves, we can think about existence, so we feel we exist? Let us imagine a person can not receive any external stimuli, can not send any instruction to control the movement of body, [e.g. a brain with blood circulation to keep it alive, but no input/output], in awakened state, now what should they feel? [Such a horrible state!] It seems they should feel their existence only on the basis of the functioning of their brain.
smlckz
·قبل 4 سنوات·discuss
Extra hilarious as I can actually hear the sound of crickets.
smlckz
·قبل 4 سنوات·discuss
What else can be done about it instead of building things, writing down or talking?
smlckz
·قبل 5 سنوات·discuss
Fabrice Bellard is a CTO? Are you talking about this guy?: https://bellard.org
smlckz
·قبل 5 سنوات·discuss
> In C, a read from an uninitialized variable is an unspecified value and is allowed to be any value each time it is read. This is important, because it allows behavior such as lazy recycling of pages: for example, on FreeBSD the malloc implementation informs the operating system that pages are currently unused, and the operating system uses the first write to a page as the hint that this is no longer true. A read to newly malloced memory may initially read the old value; then the operating system may reuse theunderlying physical page; and then on the next write to a different location in the page replace it with a newly zeroed page. The second read from the same location will then give a zero value.

What? What is the benifit of such behaviour?

What does other OSes do in this regard?
smlckz
·قبل 5 سنوات·discuss
For those people who are thinking about some HTML subset, you can have a look at WebLite: https://weblite.codeberg.page
smlckz
·قبل 5 سنوات·discuss
Try Racket and DrRacket.
smlckz
·قبل 5 سنوات·discuss
Aren't we, now?
smlckz
·قبل 5 سنوات·discuss
Truly, someone should try out NetBSD here...
smlckz
·قبل 5 سنوات·discuss
Naming things are hard :)