Viewing profile — stephenwithav
stephenwithav
HN member- Joined
- Tue, Jan 31, 2017, 1:02 AM UTC
- HN karma
- 9
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About stephenwithav
No profile information was provided.
Recent public activity
-
comment
Comment #39636538
Run this on your Watch Later page in your console: let x = $x; let buttons = $$('div#contents div#contents div#menu button'); let delay = 1000; for (let i = 0; i setTimeout(() => b…
-
comment
Comment #38677377
Use an LLM like Llama2 to manage your personal sprints. Have one for 2-week sprints, daily standups, and of course epics. Prompt it to help you develop a plan. I use ollama.ai to h…
-
comment
Comment #38644495
If your computer's strong enough, install several models with ollama. Learn to prompt, fine-tune them. https://ollama.ai/library
-
comment
Comment #37907241
Erlang/OTP is great for distributed coding, but how well does Phoenix integrate with AWS/GCP?
-
comment
Comment #23120324
+1. yasnippets is the best for emacs.
-
comment
Comment #21099969
Siraj is getting bad press from this. It wasn't Siraj banning students, it was a TA who did the banning. Props to Siraj for not throwing that person under the bus. (Yes, I'm a TA. …
-
comment
Comment #20293118
Can you please open-source this?
-
comment
Comment #20164243
From the early '90s. I miss the simplicity of a 320x200x256 screen. Want to access the pixel at (0, 0)? $A000:0000. I miss FIDONet. I miss the big GOPHER network. I miss the the va…
-
comment
Comment #19694908
Do you have a public playlist?
-
comment
Comment #19588194
Use MyFitnessPal to track what you're eating and your goal weight. At the end of the day, it'll estimate your weight in 5 weeks if you ate like that every day for five weeks. (e.g.…
-
comment
Comment #19429844
A C3 spinal cord injury has interfered multiple times, especially with finances and insurance. My advice? Automate as much as possible; Ansible, Docker, Kubernetes, and kubespray a…
-
comment
Comment #18747774
This happened to me after suffering seizure-induced memory loss last January. It was disheartening, but I'm back to normal now. (For reference, a few weeks post-seizure [mid-Februa…
-
comment
Comment #18419052
#3 is a good start. I can't really think of anything that would greatly enhance my current Linux/tmux/emacs setup.
-
comment
Comment #17635334
Sounds doable. I'll prepare for 1.11 with #119 and get familiar with the code base, then pitch in with others.
-
comment
Comment #17634022
Are the issues fully up-to-date or is there more to know before diving in?
-
story
Ask HN: Any small-to-medium-sized Go team need a contributor/project lead?
Save for June-December of 2016, I have been a solo developer going back to 1994. I'm applying for jobs in Denver. The most frequent rejection reason I hear (for Sr. Engineer positi…
-
comment
Comment #17530779
You have to use a vendoring tool like Glide[1] for now, but Go is actively testing official vendoring support with vgo[2], where you use git tags for versions. 1. https://glide.sh/…
-
comment
Comment #17275683
tmux + emacs + emacsclient. Keyboard shortcuts and extensibility are the keys to success.
-
comment
Comment #13526577
> If not what are the reasons for a startup to stay away from .NET CORE? .NET's text-to-speech isn't available in .NET Core, much less on Linux.