Viewing profile — mewse
mewse
HN member- Joined
- Wed, Jul 09, 2014, 6:06 AM UTC
- HN karma
- 1,613
- Public activity
- 287 items
- HN profile
- View on Hacker News ↗
About mewse
No profile information was provided.
Recent public activity
-
comment
Comment #44630832
> I remember usenet where every forum was exactly the same alt.confident.assertion.question.doubt.disagree ;)
-
comment
Comment #44165017
In this thread, we pretend that the difficult and time-consuming part of a code review is all the reading you have to do.
-
comment
Comment #43867528
Or, since we're apparently playing the game of maybes in this thread, maybe the LLM was only trained on the teams grandmothers' spaghetti recipes, so that new hires can learn to ma…
-
comment
Comment #43598423
That headline feels like a really clever metaphor for something but I can't figure out what.
-
comment
Comment #42970938
Green bubble is messages you sent via SMS (and so may have been charged by your carrier depending on your cellular plan) Blue bubble is messages you sent via iMessage. All incoming…
-
comment
Comment #42594641
I suspect a lot of people 'invented' the effect at approximately the same time. Honestly, the Dreamcast was the first piece of hardware really capable of doing the effect to a high…
-
comment
Comment #41875867
As a practical matter, studies about links between major diseases will always always be talking about correlation. To reach 'causation' would require intentionally giving your expe…
-
comment
Comment #41565267
I can't stop thinking about this throwaway parenthetical at the start of the blog post: > [...] for many writers, writing a book is about the last thing they should do (unless they…
-
comment
Comment #41544260
As a game developer, I'm absolutely not going to risk my players' engagement with the game by putting character personalities, dialog, and (therefore) plot into the hands of an AI …
- comment
-
comment
Comment #41363306
Not the person you're replying to, but I agree that for me (as another heavy shift-G user), vim-racer having `:relativenumber` turned on is where my own troubles are coming from. I…
-
comment
Comment #41208411
Pedantry: "Craftsman" was never a company and didn't "go out of business". "Craftsman" was originally a store brand used by Sears, under which it sold tools that Sears contracted v…
-
comment
Comment #41166691
That's so clever! I would have guessed that film reels would be too fragile for that sort of continuous usage, though I'll confess that I have no personal experience with them. I w…
-
comment
Comment #41153286
Ah, cool, I wasn’t aware of arcade machines using recorded video before the brief laser disc era! If you have any references or links where I could read up about them, I’d be fasci…
-
comment
Comment #41151497
From the description, I'm guessing that the game your father played was "Firefox", a 1983 laser disc game by Atari. The game synced dynamic computer graphics on top of pre-recorded…
-
comment
Comment #41031089
It's kind of impressive how rapidly and how many rote processes built up around what began as "[We value] individuals and interactions over processes and tools"
-
comment
Comment #40799371
I have started my own company and made a job that I'm passionate about and I think my friends would laugh at anybody who claimed that I wasn't burnt out basically all the time. ;)
-
comment
Comment #40798557
Worth noting that while Hypercard was the glue which held everything together, most of Myst's functionality was implemented in native plugins. (or at least that's what Robyn and Ra…
-
comment
Comment #40439962
I agree that I've never had a problem with terminal speeds on Linux. If you're using urxvt, that's probably going to do just fine. Where I have had problems has been on the Mac, wh…
- comment
-
comment
Comment #39309784
It's.. kinda complicated? "Craftsman" was never a company. It was a trademark under which Sears sold tools which they hired various tool manufacturers to produce for them. Black an…
-
comment
Comment #39125781
Are you stating that this specific machine actually does this, or are you just theorycrafting that a hypothetical machine could do this?
-
comment
Comment #38949980
Good point, yes!
-
comment
Comment #38949890
Worth noting that there's an equivalent of epoll on most platforms. On Windows there's IOCP, on Mac and BSD-derivates there's kqueue, and Linux has epoll, but to a first approximat…
-
comment
Comment #38839788
Sometimes. It depends on the UI requirement for the game. I have seen some extremely-UI-heavy games which do exactly what you say; building a whole windowing environment entirely f…