Viewing profile — stickperson
stickperson
HN member- Joined
- Thu, Mar 20, 2014, 7:58 PM UTC
- HN karma
- 70
- Public activity
- 73 items
- HN profile
- View on Hacker News ↗
About stickperson
No profile information was provided.
Recent public activity
-
comment
Comment #44230028
Neat! How did you find out (and when) .codes was going to be released?
-
comment
Comment #37566022
This looks super cool! I just tried it out and am having a hard time following the README. > The blue circle shows your breathing control What does this mean? What should I be look…
-
comment
Comment #36791782
Using setups like this is a great way to get into neovim. Over time you'll start tweaking it and then realize you can just read the source code and implement your own version. That…
-
comment
Comment #35737952
How did this work exactly? Twilio would answer the call, listen for a number, and "press" 9 if the number was in an allow list?
-
comment
Comment #35597509
CDC is slightly different; it depends what type of events you are interested in. This is a pretty good read: https://debezium.io/blog/2020/02/10/event-sourcing-vs-cdc .
-
comment
Comment #14518837
Since most people responding here have some sort of technical job, what sort of stuff are you working on? All of the bootcamps I'm aware of focus on web development. Do you still d…
-
comment
Comment #14454356
Good point
-
comment
Comment #14453584
Most people here (including myself) will have the same feeling. Would be great if it was open source.
-
comment
Comment #14306177
I really want to use VSCode, but the one HUGE thing holding me back is lack of a hot key to show/hide VSCode. I use iTerm and am used to opening/closing it with Ctrl + `. Having to…
-
comment
Comment #14159040
I tried switching to VSCode earlier this week and am really having a hard time with it. I'm coming from iterm/vim/tmux. The most painful part has been the lack of a hot key to brin…
-
comment
Comment #14081713
Exactly. When I was in high school, two other classmates and I would go to our English teacher's class during homeroom for SAT prep. We did this for 10 minutes a day for maybe a mo…
-
comment
Comment #14024562
I tend to place engineers in one of two buckets-- those who make tools and those who use the tools. Most people fall into the latter bucket and can get by without hardcore CS knowl…
-
comment
Comment #13891452
The small message results from only storing message, channel, and server ids as opposed to the entire message. How efficient is ES at storing the rest of the message data in the in…
-
comment
Comment #13889060
Got it. I was under the impression that all messages were lazily indexed. After reading the article again it's pretty clear that's not the case. Thanks for the clarification.
-
comment
Comment #13889008
Oh, I think I get it now-- is it that the _initial_ indexing is lazy, but all indexing after that is done automatically by the historical index workers? Basically when a user searc…
-
comment
Comment #13888565
I really enjoy Discord's blog. Their Cassandra write up was excellent as well. A couple of thoughts and questions: - Having many clusters and assigning messages to a specific clust…
-
comment
Comment #13497345
I'd be interested in attending the talk. Have any more info?
-
comment
Comment #13495173
Have the link to Mugsy? Sounds pretty cool.
-
comment
Comment #13408425
What methods do people prefer for boots?
-
comment
Comment #13342046
A classmate and I did a bit of contract work for a company. We built out some widgets for a dashboard with d3.
-
comment
Comment #13342039
Sometimes accepting a shitty job just to get started is the only option. You do what you have to do though.
-
comment
Comment #13342034
I think it might be a bit unfair. Don't get me wrong, I have seen people who had the mentality of "I'll just go to a bootcamp and start making good money." There are definitely oth…
-
comment
Comment #13341547
That's simply not true. Plenty of students have had success after bootcamps.
-
comment
Comment #13341495
I did one back in 2013 and went in with very minimal experience-- I could write simple loops in python but had no idea how to actually build something. At the time I wasn't even su…
-
comment
Comment #13012040
Grouping of sub-dependency groups (e.g. a testing group). That seems like an improvement over having multiple requirement files. Then again, I'm perfectly happy with separate dev/t…