Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jshawl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
jshawl
2y ago
https://gobyexample.com/ was helpful for me to understand what is possible with Go. Visit a topic that seems interesting or completely unfamiliar and try to think of a small exercise that will allow you to practice the topi
2.
▲
by
jshawl
2y ago
Gleam is fantastic! https://gleam.run/ The syntax is familiar but there are several next-level features: - no conditionals (case all the way down) - `use` expressions - pipe operator It compiles to either erlang or JavaScri
3.
▲
by
jshawl
2y ago
minisign - https://jedisct1.github.io/minisign/ super simple digital signatures!
4.
▲
by
jshawl
3y ago
https://archive.ph/6scOm
5.
▲
by
jshawl
4y ago
I saw a t-shirt from a local plant nursery that I absolutely loved. The price was $25 USD, and for me it was an instant purchase because I loved the design and wanted to support the business. This purchase was the highlight of my day, if no
6.
▲
by
jshawl
4y ago
The E-Myth Revisited: Why Most Small Businesses Don't Work and What to Do About It - https://www.goodreads.com/book/show/81948.The_E_Myth_Revisit... Changed the way I think about being an independent contribu
7.
▲
by
jshawl
4y ago
https://archive.ph/LQJHu
8.
▲
by
jshawl
4y ago
Proving identity and authentication with public keys: https://proof.im/jshawl Signing a session claim to "log in" means I can authenticate users without storing any sensitive information.
9.
▲
by
jshawl
4y ago
I'm exploring a signature-based authentication scheme here: https://github.com/jshawl/proof.im At a high level: 1. Claim and prove ownership of a public key 2. Sign a session claim that links the handle with the p
10.
▲
by
jshawl
4y ago
FWIW signed packages are available out of the box with rubygems: < http://docs.seattlerb.org/rubygems/Gem/Security.html >
11.
▲
by
jshawl
4y ago
I was curious about trying out my own diff so I went to the home page: https://www.difflensapp.com/ and didn't see an option. It would be interesting to be able to append a github compare / pr / tree-ish link
12.
▲
by
jshawl
4y ago
>Meanwhile, if your caching reverse-proxy goes down, you have the option to immediately put a different caching service in front of your site, or temporarily serve static content from your servers directly, and get things working again w
13.
▲
Deno Deploy Beta 4
(deno.com)
4 points
by
jshawl
4y ago
|
0 comments
14.
▲
by
jshawl
5y ago
Is there another window in your house you can open so that the airflow comes in from the other side of the house?
15.
▲
by
jshawl
5y ago
I wish deno files had a different file extension. Editor gets confused often switching between front end typescript and deno typescript.
16.
▲
by
jshawl
6y ago
I churned when Dropbox started removing features and asking for more money. e.g. limits on number of devices, more frequent nags, forcing me to unlink devices that had already been linked. I'm not going to be bullied into being a payin
17.
▲
by
jshawl
6y ago
To be fair you have the burden of proof by asserting "computers connected to the internet can not be secured."
18.
▲
by
jshawl
6y ago
Risk tolerance?
19.
▲
Ask HN: Why are YC company posts' comments disabled?
1 points
by
jshawl
6y ago
|
1 comments
20.
▲
by
jshawl
6y ago
If you say you're willing to accept an offer at 50K less than they had budgeted for, you just lost 50K.
21.
▲
by
jshawl
6y ago
but.. what if they lowball in the end? isn't that a reason to give up your expected salary? IMHO I'd rather have the interview and negotiation experience than the time back. Practice makes perfect.
22.
▲
by
jshawl
6y ago
"I'm looking for the right fit in a career and am open to many different compensation options". and then after three or so more iterations of that: "I appreciate your persistence but there's truly no single thing, i
23.
▲
by
jshawl
6y ago
oof just spent a solid 30 minutes trying to debug why I was getting 404s in a docker build. Thanks HN!
24.
▲
by
jshawl
6y ago
My experience with this has been that when teams dissolve, new apis are created on top of the existing apis to avoid making changes to the original api. Debugging a production issue now involves a lot of finger pointing about which API is w
25.
▲
by
jshawl
6y ago
I don’t try to fight it. Get up, make a cup of coffee, start my day essentially. About 30 mins in I will feel like I need a nap. So I nap and then wake up at a reasonable hour.
26.
▲
by
jshawl
6y ago
I've been thinking a lot about this Nietzsche quote lately: > You great star, what would your happiness be had you not those for whom you shine? This has made me question not a lack of internal motivation, but an abundance of extern
27.
▲
by
jshawl
6y ago
Not OP but my guess is that a new tenant signed the lease to move in. So, not evicted, but no chance to renew the existing lease.
28.
▲
by
jshawl
6y ago
I'm working through Oscar Levin's "Discrete Mathematics" - http://discrete.openmathbooks.org/dmoi3.html I studied philosophy in college and am hoping several years of programming experience since will sh
29.
▲
by
jshawl
6y ago
I learned that if I follow the tutorial exactly I don’t care as much about what I am doing. Instead, I’ll swap out file names and functionality to something I’m more interested in working on. The small gap between my project and the tutoria
30.
▲
by
jshawl
6y ago
You're right that HTML is generated with `gatsby build`. All of the CSS is loaded from the webpack runtime though.
More ›