Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jetti
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jetti
3mo ago
I’m late to the party but did you check outbound web traffic as well or just the sent emails? I will preface this by saying I have limited experience with LLMs and have not tried anything like this before but one vector of attack I see is a
2.
▲
by
jetti
5mo ago
I’m working on Dispatch ( https://github.com/jhartwell/dispatch ) a Clojure(Script) library to handle cli arguments parsing with a command/subcommand style. Still am working on the best way to handle options and I h
3.
▲
by
jetti
9mo ago
I’ve been playing with a Arduino compatible Uno R3 and a WS2812B RGB addressable LED light strip. I cut a 3m strip into 5 strips that are 28 LEDs long and soldered the lights together to make a display. I’ve been working on coding a font fo
4.
▲
by
jetti
10mo ago
I personally use Clojure because I got a job doing it, I hadn’t touched it before my current position. I would pick it now over Common Lisp and Elisp because I prefer the syntax (I like the brackets in addition to parentheses) but also the
5.
▲
by
jetti
10mo ago
What kinds of things do you write in Racket? I’m a clojure dev and so I’m a big fan of lisp. I’m just curious what kinds of projects you would use Racket for
6.
▲
by
jetti
2y ago
Right, Facemash may have been the “scratch your own itch” but Facebook definitely wasn’t
7.
▲
by
jetti
2y ago
Good lord this is terrible and the things that were learned and seemed to be normalized by Noah are not applicable to 99% of all individuals starting a company. First section is about growth: > “Mark, we’re not profitable. Let’s try sell
8.
▲
by
jetti
2y ago
If it makes you feel better you probably would not have been able to just pick up the dishes and use them without buying extra parts. I had DirectTV and when I cancelled they came and took the feed horn off the satellite dish but left the r
9.
▲
by
jetti
2y ago
You are correct, however, that isn’t the same as probation. Companies with a probation period may not grant full benefits until after the probation period ends. For example, a company may not let an employee take any time off during the pro
10.
▲
by
jetti
2y ago
There most definitely are companies that have a probationary period in the US. It may not be common but it does happen. My first dev job had a probationary period and I put up with it because it was a job that was willing to employ me as a
11.
▲
by
jetti
2y ago
I think I may have misunderstood what your original comment was referring to. Were you saying that one doesn’t need a parser to make a working interpreter? I want to make sure that I understand the context of your comments because looking
12.
▲
by
jetti
2y ago
I have not heard of tagless final style interpreter before and that seems really neat. However, based on the link it seems that tagless final interpreter uses a strong type language like Haskell or ML so I don’t know how well it would trans
13.
▲
by
jetti
2y ago
It may have started that way but now it is used to install and manage applications and it makes it really easy to do so. There is even a Linux version of homebrew now
14.
▲
by
jetti
2y ago
I’m not really sure how you would be able to write an interpreter without a parser, since you need to know what the user is trying to do. For a more complete tutorial there is Make-A-Lisp (mal) [0] that has steps for making a lisp in variou
15.
▲
by
jetti
2y ago
I think the attitude is more the result of lack of competition. All of this was from before my time but doing a quick check on Wikipedia shows that VisiCalc came out in 1979 where 1-2-3 came out in 1983. I’m not familiar enough with the spr
16.
▲
by
jetti
3y ago
There are some settings in your profile that show you are open to work without broadcasting it on your profile picture. There is also a setting that is supposed to hide the fact you said you were open to work from people at your company but
17.
▲
by
jetti
3y ago
I would imagine that it is there in order to protect themselves if someone uses their tool for malicious purposes as they can point to that statement and say they were not complicit.
18.
▲
by
jetti
3y ago
Most of the talk seems to be around Apple, which makes sense since they were opponents of the bill but I am more interested to see how this affects game console manufacturers. I had a longer post I had typed out about how console manufactur
19.
▲
by
jetti
3y ago
I would be curious if that intersection ever stop causing disconnects. There was an intersection that would cause disconnects only from one area of the intersection (the east side of the intersection) and one day the disconnects stopped. Th
20.
▲
by
jetti
3y ago
My car has wireless CarPlay and I use it daily. There is one quirk I have noticed and I’m not sure if it is a general issue with wireless CarPlay or just Volkswagen’s implementation and that is there are times that the phone gets disconnect
21.
▲
by
jetti
3y ago
Rocket League
22.
▲
by
jetti
3y ago
I subscribe to Night Flight+ ( https://www.nightflightplus.com/ ). It is very niche and I basically subscribed just for the music documentaries. It is on the cheaper end (~ $40/year) but it doesn’t seem like there is muc
23.
▲
by
jetti
3y ago
The paid vs free options for gaming are much different than the paid vs free options for other types of software. I don’t know of any free options for games like Assassin’s Creed. On the other hand, there are viable options that may not be
24.
▲
by
jetti
3y ago
I started to get into music synthesizers and actually got all the parts to create the Atari Punk Console [0]. An analog synth is super fascinating to me and being able to get all the parts needed to make a basic analog synth for under $20 w
25.
▲
by
jetti
3y ago
My anecdote was to show that there are in fact people who use their work computer in order to do projects related to their job search. You have made many assumptions based on my small paragraph. First, this is a coding challenge that the ca
26.
▲
by
jetti
3y ago
>Of course, no one would use corporate resources for job-hunting, right? I know that folks here, get all huffy, when I suggest that happens rather frequently. Where I work we have a take home exercise we have candidates do and then w
27.
▲
by
jetti
3y ago
What is amazing about it, too, is that if you want to get better at using Shaq you could “increase your Shaq-fu”. For those who aren’t aware, there was a 2D fighting game released in the 1990s called Shaq Fu and featured Shaq [0] [0] https
28.
▲
by
jetti
3y ago
Interesting. I will check the settings on the app itself but I was watching on a Fire TV Stick
29.
▲
by
jetti
3y ago
I did a trial of Apple TV+ and MLS Season Pass in May, which was about 2 months into the MLS season, and I cancelled within 20 minutes. The UX of the app is terrible. I didn't want to watch live matches but wanted to watch previous mat
30.
▲
by
jetti
3y ago
It is Clojurescript. It is just a vector that contains a keyword, map and string. The Hiccup library would convert that to HTML but at the end of the day, it is all Clojure(Script) data structures.
More ›