Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
danpetrov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
danpetrov
3y ago
Sadly completely unusuable for our usecase - if you are targeting Enterprise, you should know better than to use OpenAI models as the only LLM available. For now I will stick to PrivateGPT and LocalGPT.
2.
▲
by
danpetrov
4y ago
Nice! Although the naming could be a bit better, because I cannot be the only one who thought that this has to do with https://matrix.org
3.
▲
by
danpetrov
5y ago
Telegram is great if you like shiny native features like stickers and having lightweight native clients, but at everything else Telegram is at risk of losing in the long-term. The big reason for this is that Telegram decided to roll everyth
4.
▲
by
danpetrov
5y ago
Wow that is really cool!
5.
▲
Telegram circumvents Google Translate API
(danpetrov.xyz)
6 points
by
danpetrov
5y ago
|
0 comments
6.
▲
by
danpetrov
5y ago
Emacs Lisp is totally usable as a minimal scripting language outside of the regular Emacs context. You can compile Emacs without any GUI toolkit support and run it heedlessly as a lisp interpreter. You can even make Emacs packages behave li
7.
▲
Integrating Emacs with Siri Shortcuts
(danpetrov.xyz)
69 points
by
danpetrov
5y ago
|
13 comments
8.
▲
You Can Run Siri Shortcuts from the Terminal in macOS
(sixcolors.com)
1 points
by
danpetrov
5y ago
|
0 comments
9.
▲
by
danpetrov
5y ago
That's the thing, ideally you would perform a test for every single service that you use directly to their network. In my previous company where we were doing live broadcast, we would have speed testers pre-installed on all the hub and
10.
▲
by
danpetrov
5y ago
Huh interesting, works fine on my 2018 Intel MBP. Surprising to see a bug like this on the newest models.
11.
▲
by
danpetrov
5y ago
There is also "networksetup", which allows you to do pretty much anything you want with network configuration. Useful if you want to e.g. automate VPN network switching or locations.
12.
▲
macOS Monterey's new network quality tool is surprisingly good
(danpetrov.xyz)
468 points
by
danpetrov
5y ago
|
95 comments
13.
▲
Decode nested JSON in Elixir the right way
(danpetrov.xyz)
8 points
by
danpetrov
5y ago
|
0 comments
14.
▲
by
danpetrov
5y ago
I have been studying programming since my early childhood years, because apparently I had decent logic skills and parents in the city would sign up kids for this private math and programming evening school. Later though I originally picked
15.
▲
by
danpetrov
5y ago
The Elixir core team has been knocking it out of the park recently with features that developers actually care about, especially the developer experience like the IEx shell and error reporting. These things might not impact existing project
16.
▲
by
danpetrov
5y ago
Interesting project! A while back I made something similar in Clojure: https://news.ycombinator.com/item?id=23257195 One tip - I noticed that you use XPath selector and send click events, however you can simply send keyboar
17.
▲
by
danpetrov
5y ago
Erlang already comes with a distributed DBMS called Mnesia https://erlang.org/doc/man/mnesia.html , which under the hood uses ETS/DETS depending on the configuration. In distributed Erlang projects you'l
18.
▲
Show HN: Script that changes GitHub default branches to master
(github.com)
26 points
by
danpetrov
6y ago
|
10 comments
19.
▲
Simple Telegram Bot with Python and AWS Lambda
(levelup.gitconnected.com)
2 points
by
danpetrov
6y ago
|
0 comments
20.
▲
by
danpetrov
6y ago
Nice! It will will the award in speed, but not in the amount of fuel it wasted :D
21.
▲
by
danpetrov
6y ago
Heh, never thought about it that way! But good question. Yes, it can translate on 2 axes at the same time, since the control loops for each axis run in separate threads, so there is no control locking. The same is with rotation - it can e.g
22.
▲
Show HN: SpaceX Dragon simulator docking autopilot in Clojure
(github.com)
181 points
by
danpetrov
6y ago
|
35 comments