Viewing profile — yblu
yblu
HN member- Joined
- Thu, Mar 20, 2014, 8:11 PM UTC
- HN karma
- 1,063
- Public activity
- 131 items
- HN profile
- View on Hacker News ↗
About yblu
No profile information was provided.
Recent public activity
- story
-
comment
Comment #41693701
used to be one of the “sharers,” maintaining a fairly popular blog, writing tutorials on platforms like DZone and CodeProject, answering questions on StackOverflow, and creating op…
-
comment
Comment #41344687
This looks awesome. Maybe a stupid question: appID is public, does it mean anyone can query everyone else's database if they know the appID?
-
comment
Comment #36071837
This series got me into coding languages for work and fun. I wish more books about complex topics were written this way... For anyone who's interested, Jack Crenshaw did an intervi…
- story
-
comment
Comment #36021429
Okay, maybe I shouldn't have mentioned the worst possible outcome. Let's use the words of Sam Altman, the risk here is "light out for all of us", and let's just assume it meant we …
-
comment
Comment #36021334
You disagreed with me, but at least you acknowledged there was risk, even though we could disagree about the odd or potential impact. Yet, folks like Yann LeCun ridiculed anyone wh…
-
comment
Comment #36018146
What I found disheartening was many of those scientists, especially those on the "nothing to worry about" camp, seemed not to entertain the thought that they could be wrong, consid…
- comment
- story
-
comment
Comment #31045235
Wonder what will happen to house prices. Flatten out or drop soon?
- story
-
comment
Comment #30847451
They lost their money on the short position because the price went up, instead of going down. Had other people noticed about the hack as early as they had assumed and the price wen…
- story
-
comment
Comment #30705677
I used to maintain several popular open-source projects and contribute to even more popular ones. It was always fun at the beginning, especially because I built them for my own nee…
- story
-
comment
Comment #29646086
Debugger is your friend :) Start by adding breakpoints for some key actions of the app. Then step through the flows with the debugger. First pass you can just step over functions t…
-
comment
Comment #29584305
I'm sorry, but how is this simple?
-
comment
Comment #29372841
> what relevant software have they actually written I think Fitnesse [1] is quite relevant. That said, not a lot of FOSS work from someone like him, to put the things he preaches i…
-
comment
Comment #29315520
> The nice thing about building like this for me is that the journey from nothing to something is short and so much is supported out of the box. This sounds really tempting :). Tha…
-
comment
Comment #29315457
I've just finished watching the 1st video, it's awesome. Thanks for sharing!
-
comment
Comment #29315427
Thanks. I do prefer an all-in-one option so this looks promising. The website says v3 is beta and not ready for "production use". Have you encountered major issues with it?
-
comment
Comment #29313701
Thanks. Seems like many people recommend Next.js. I'll definitely take a look.
-
comment
Comment #29313687
Thanks. What do you think about SvelteKit? I looked at Svelte, liked it a bit and went on to explore SvelteKit to see how the API/SSR/route was handled but I couldn't get through t…
-
comment
Comment #29313597
Thanks! NextJS is mentioned many times in this thread. I'll definitely check it out.