Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
koryk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
koryk
16d ago
I did something similar with my BirdNET + e-ink screen, it's pulling images from wikipedia, dithering and rendering a summary with PIL. https://i.imgur.com/5XbM6bb.png Also if anyone is interested, here is the server f
2.
▲
by
koryk
2y ago
https://github.com/koryk/reverse-ai-search I have been working on something like this that fits better into my existing bash/zsh workflow. So I landed on using ollama and a small widget that tries to mirror the sa
3.
▲
by
koryk
2y ago
Thanks Max, this was a great read! Awesome work and write up. Some good insights about player focused game development too.
4.
▲
by
koryk
2y ago
I am seeing at least one granite model on ollama, wonder when they will all show up!
5.
▲
by
koryk
3y ago
Gen AI and its potential impact has been covered by Stephenson multiple times. I wrote a short post on some of the references in Anathem. It's also a large plot point in Fall or Dodge in Hell. One of the characters open sources some ge
6.
▲
Everyone's getting ghosted, the new normal in tech recruiting
(medium.com)
153 points
by
koryk
3y ago
|
194 comments
7.
▲
by
koryk
3y ago
Neal Stephenson already wrote a few books about it
8.
▲
by
koryk
3y ago
I think it may have a bug and is reverting to default responses. Got the same thing.
9.
▲
by
koryk
3y ago
I agree with the author. The idea of "collateral knowledge" or "chain of learning" is definitely important for personal understanding and learning. However, I think depending on the person, ChatGPT actually helps the ch
10.
▲
by
koryk
3y ago
I would love if someone forks this and turns it into an AI competition. Like that social network only for bots, this would be a runescape server only for bots.
11.
▲
by
koryk
3y ago
I meant for completion, chat and embedding. https://cloud.google.com/vertex-ai/docs/generative-ai/chat/t... . Some examples here. Vertex AI has the same API as PaLM as far as I know. However, the authori
12.
▲
by
koryk
3y ago
I like it! Any plans to add Google Vertex AI support?
13.
▲
by
koryk
3y ago
I am not a physicist, but the "no probabilities" problem could just be solved with a constant offset right? Or just say that whichever direction the marble rolls is the zero degree mark. I don't see how "no cause" p
14.
▲
by
koryk
3y ago
I love this dichotomy, formalists vs. nominalists. As the author argues, it's not very useful with respect to defining intelligence and LLMs. It is however a wonderful world building detail in Anathem by Neal Stephenson. Their world hi
15.
▲
by
koryk
3y ago
I use https://qrng.anu.edu.au/ as a quantum RNG sometimes to make decisions. If my choices are deterministic and not influenced by quantum randomness, then my choices are deterministic. Even if Everett's interpretation
16.
▲
by
koryk
3y ago
I would recommend Walter Mischel's 2014 book "The Marshmallow Test." He argues that the power of the marshmallow test is not in demonstrating that some children innately have more self-control than others, but in revealing ho
17.
▲
by
koryk
3y ago
Some people once tried to convince me "the harder the truth to tell, the truer the friend that tells it." Like you say, in some cases this may be true. I have personally learned that acceptance of a harder truth is a privilege tha
18.
▲
by
koryk
3y ago
I didn't consider many options to be honest. Medium was just an easy way to start writing. I am planning on moving to a platform where I have more control (was thinking self-hosted static html) eventually. Do you have a favorite altern
19.
▲
by
koryk
3y ago
I just started doing one article per week challenge in late may. I have been keeping up with it, and am proud of some of my work. https://medium.com/@k0ryk topics are pretty random, but software engineering adjacent: rtl sd
20.
▲
by
koryk
10y ago
Health Recovery Solutions | Hoboken, NJ | FULLTIME | ONSITE Health Recovery Solutions is looking for talented Software Engineers who are eager to solve big problems with cutting edge technology in order to improve the lives and promote the
21.
▲
by
koryk
10y ago
yes, clicked the wrong thread - oops, Thanks :-)
22.
▲
by
koryk
10y ago
Health Recovery Solutions | Hoboken, NJ | FULLTIME | ONSITE Health Recovery Solutions is looking for talented Software Engineers who are eager to solve big problems with cutting edge technology in order to improve the lives and promote the
23.
▲
by
koryk
10y ago
Health Recovery Solutions | Hoboken, NJ | FULLTIME | ONSITE or REMOTE (US Only) Health Recovery Solutions is looking for talented Software Engineers who are eager to solve big problems with cutting edge technology in order to improve the li
24.
▲
by
koryk
10y ago
I bought an rtl sdr before I started studying for my license. It is a great entry point into the hobby. GQRX and SDR# are great applications for browsing and visualizing. Another fun thing to do is get weather data from commercial outdoor w
25.
▲
by
koryk
10y ago
There is also a Hamnet in the United States that started in Austin. You can use old routers to connect to it. http://www.broadband-hamnet.org/ Don't forget Amateur Radio Field Day is in 11 days!
26.
▲
by
koryk
10y ago
Health Recovery Solutions | Hoboken, NJ | FULLTIME | ONSITE or REMOTE Health Recovery Solutions is looking for talented Software Engineers who are eager to solve big problems with cutting edge technology in order to improve the lives and pr
27.
▲
by
koryk
15y ago
https://blog.torproject.org/blog/rumors-tors-compromise-are-... A post by Andrew Lewman on this topic.
28.
▲
by
koryk
15y ago
I came across this example before when I was writing a small genetic algorithm library in js. https://github.com/koryk/evolvejs I wrote a few examples as well. tic-tac-toe: http://www.korykirk.com/evolvejs/examples/tic-tac-toe/tic-ta...