Hacker Newsnew | past | comments | ask | show | jobs | submit | austy69's commentslogin

I loved the talk as well. The recommended music video by Ninajirachi was really cool as well! Have a good day fellow computer enjoyer :)


I found that music video last year, and it blew my mind. So good


That's probably a great read based on what I've heard from Cal, but I don't think you need an entire book to know how to scale back on your social media use. Just hand your phone to your friend and have them put a lock on the addictive features.


It’s not just social media. Most people have their thing… the news, podcasts, music, books, games, etc. In the modern era we can always have something that allows us to distract our brain or provides external ideas to direct it. Being alone with our own thoughts, devoid of outside influence, is something that seems to take an intentional choice these days.


I find that just setting it to grayscale is enough. Its not that colors are actually an important part of my mostly text based social media experience, but when I use them without colors I get distracted with:

> What am I doing? This dumb.

And then I remember that it is dumb and I go back to leaving it alone.


It is so cool to see some bare metal OSs being built. Do projects like this pave the way for a better standard ISA and less driver code, like the problem described in Casey Muratori's video "the 30 million line code problem"? I'm a bit new to this space, but this seems like a step in that direction.


The only way to lessen the need of drivers would be to have more standardized and stable hardware interfaces and peripherals.


Hardware is getting more specialized these days. It's becoming more difficult than ever to write bare metal code. I don't think most (any?) software wants to manage the details a BSP solves for them.


Just want to say that I loved both this and the wifi raining story


Fun read. Wonder if you are able to edit text in the shell, or if you need to implement a gap buffer to allow it?


Editing the current line works because I brought in https://man7.org/linux/man-pages/man3/readline.3.html towards the end so I could support editing, tab completion, and history.

IIRC readline uses a `char *` internally since the length of a user-edited line is fairly bounded.


Very cool. Currently working on the beginning of a small text editor so this part seemed interesting and was curious of any overlap. Thanks for the interesting post!


worth noting that you get basic line editing for "free" from kernels tty subsystem even if you don't use readline.


Yes, but it is really basic. Is it more than backspace? Most cursor key presses are just forwarded to the program as escape sequences.


> Data can feel useless for 10 years until one day it becomes critical. The benefit is spiky and uneven.

Not sure if in your case the data was critical, since the doctor likely would have just had you wear a monitor for a while after to come to the same conclusion.


> The general public doesn’t perceive serif typefaces as professional and authoritative, a priori, before prioritizing their use in formal settings. Instead, people first observe that government, academia, and corporate workplaces disproportionately use serif faces — or are trained to use them — and only then infer that serifs must mean professionalism and authority.

A difficult to stomach claim followed up with evidence that I think supports the opposite than the author intended: the font being in used in The Times of London, which is indeed authoritative and professional despite it being written on cheap paper.

On another note, I would throw up if I had to read legal documents all day in a sans-serif font.


I too stopped when I read that sentence. It's like saying someone can't tell the difference in professionalism between someone in a well tailored three piece suit vs. a sweater and jeans until they've been taught.

Ornateness itself is associated with being attentive to detail and likely more wealthy.

And even if you take them at their word, it's a distinction without a difference. Serif is known to be more professional.

But! As many have pointed out, and he does about TNR in the article: the default font for documents tends to suggest apathy. That argument against TNR is just as strong for Calibri. And there are far better looking, more functional fonts than either of these two.


Completely agree. This statement is immediately disproven by the authors following points. Eg pointing out that the supreme court, and other authoritative bodies exclusively use serif fonts...

Of course there is no "a priori", the general public doesn't know what a letter is "a priori" until they are taught. At the same time they are taught which fonts are formal and authoritative and which are not.

Everyone knows Comic Sans is not appropriate for a legal brief. No matter if that is "a priori" or not.


The font was used by the London Times until 1972.

And nobody thinks of the London Times when he sees Times New Roman. It’s just a default font many used in Word.


My first immediate mental connection from serif fonts is the signs in ancient Roman or Roman inspired monuments.

But I am southern European so it’s a relatively common sight, I wonder if Americans view them differently.


Glad you mentioned the veritasium video on these. Here is the link: https://www.youtube.com/watch?v=HBluLfX2F_k

Before I watched this I would default to thinking about most distributions as normal. It's really fun to think about whatever "game" you are playing - wether you are building a business or trying to win a carnival game - and consider if the results follow a normal distribution or a power law?


> As a technologist I want to solve problems effectively (by bringing about the desired, correct result), efficiently (with minimal waste) and without harm (to people or the environment).

I agree with the first two points, but as others have commented the environmental claim here is just not compelling. Starting up your computer is technically creating environmental waste. By his metrics solving technical problems ethically is impossible.


Perfect harmlessness is impossible. Thus, we cannot differentiate between harms, nor should we try. This a stupid thing to profess and I do not believe you would defend it if pressed.


I appreciate your thoughtful reply; I guess I would like more elaboration from the author on what constitutes ethical technology.


As long as you use the most efficient computer (Apple M5 natch) then you're causing minimal waste.


It's probably unethical to solve a problem you could do yourself in 5 minutes at the energy cost of a packet of crisps by using.....lets say....a kilogram of coal. Or two kilos or whatever. But you can't see the cost so it seems free. You might see the money but we haven't linked this to environmental cost yet.


I'm making a game that's inspired by the niche but adored "The Last of Us Factions", the multiplayer as part of the first Last of Us (only available on Playstation). I got a gaming PC a couple years ago and haven't been able to find anything quite like it.

Making it with the Rust game engine, Bevy and really enjoying it so far. Using Blender for making assets. I'm maybe a dumbass for making it as my first game, but I just don't really get excited by smaller projects.

Overall I've found modern games to be (1) overstimulating and (2) have algorithms in the background to keep me engaged that I don't trust (see: free to play model)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: