Viewing profile — oblosys
oblosys
HN member- Joined
- Tue, Apr 28, 2015, 9:25 PM UTC
- HN karma
- 115
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About oblosys
Recent public activity
-
comment
Comment #46448008
Happy to help!
-
comment
Comment #46444385
I almost got tricked into trying to figure out what was Easter eggy about August 9 2015 :-) There's a clarifying tooltip on the link, but it is mostly obscured by the image's "Arch…
-
comment
Comment #45617137
I was kind of expecting to hear Toto in the background. https://maxsiedentopf.com/toto-forever/
-
comment
Comment #43733536
When I asked GPT-4.1 to show some references to confirm an answer was as widely accepted as it claimed, it replied with a bunch of unrelated GitHub issues with fake descriptions, a…
-
comment
Comment #34511550
With these declarations your fragment is valid in both JavaScript and TypeScript: class b {} class c {} const d = JSON.parse const a = Promise.prototype.then.bind(Promise.resolve(1…
-
story
Show HN: React-hook-tracer – A light-weight tracer for React hooks
The package allows you to trace hook events for a component by importing hooks from 'react-hook-tracer' instead of 'react', and adding a `useTracer` call to the component. Traced e…
-
comment
Comment #31771498
It removes the shadow around the window.
-
comment
Comment #31280032
Just noticed that with this method, the backspace joins the two lines, whereas in the original it reveals the markup, but the newline between the lines remains.
-
comment
Comment #31279208
Just to clarify, this is not how I created the original document in 2004 :-) There were certainly no paragraph styles involved, and the edit actions had to include an undo, or it w…
-
comment
Comment #31278852
Cool! This was pre-XML Word, and since introducing it became impossible at some point, I always just figured it had been a bug. Probably the bug was only in the creation, as I do r…
-
comment
Comment #31278723
Unfortunately, I lost the recipe (18 years is a long time), but I vaguely recall that the first line had markup that got canceled out, and that trying to delete the newline somehow…
-
comment
Comment #31278595
I ran into it while editing an interview text that had colors for people's names. It was surprisingly easy to reproduce, but creating the buggy documents got fixed at some point. T…
-
comment
Comment #31278420
Here's a bug I discovered in MS Word in 2004, which has survived the past 18 years of updates and is even present in the web version: https://1drv.ms/w/s!AgYiBqBjIZZpfkcvO9jnOel9T2…
-
comment
Comment #28657805
Hmm, this could actually be useful: [][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]][([][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]]+[])[!…
-
comment
Comment #22347857
For a do-it-yourself version of chapter 1 (about building complex circuits using only nands), I can recommend http://nandgame.com/
-
comment
Comment #22194689
The monolith/microservices discussion always reminds me of this 'Sandboxing Cycle' xkcd: https://xkcd.com/2044/
-
comment
Comment #21756652
For me that didn't work. The red badge on System Preferences disappeared, but it came back the next day. Doing a `defaults delete com.apple.preferences.softwareupdate LatestMajorOS…
- comment
-
comment
Comment #18755165
Youtube video showing some of the persistent life forms: https://www.youtube.com/watch?v=iE46jKYcI4Y
-
comment
Comment #17530678
Looks like this is the location on Google Maps: https://www.google.nl/maps/@53.6885648,-6.4832216,763m/data=...
-
comment
Comment #17357153
Inspired by StackOverflow questions on React's new lifecycle methods, I created a light-weight package that visualizes which lifecycle methods are called and in what order. It can …
- story
- story
- story
-
comment
Comment #16593741
Before switching to React, I learned a lot about Angular from https://teropa.info/build-your-own-angular/