Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
comma_at
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Working With AI: A concrete example
(htmx.org)
197 points
by
comma_at
3mo ago
|
72 comments
2.
▲
GPU Is the New Oil
(xificurc.github.io)
3 points
by
comma_at
3mo ago
|
1 comments
3.
▲
by
comma_at
4mo ago
Are there qwen or minimax or other open weight models of same hardware requirements that outperform this?
4.
▲
IO Is the Problem
(xificurc.github.io)
2 points
by
comma_at
4mo ago
|
0 comments
5.
▲
The Empty Middle of AI Coding
(xificurc.github.io)
8 points
by
comma_at
5mo ago
|
2 comments
6.
▲
by
comma_at
6mo ago
Location: Slovakia (GMT+1) Remote: Yes Willing to relocate: No Technologies: Clojure, Docker, Common Lisp, Bash/Zsh, Python ... Email: petern@riseup.net Résumé/CV: https://drive.google.com/file/
7.
▲
by
comma_at
1y ago
If the problem fits into the limited local resources, if there's no syncing required, no login, no multiplayer, ... Sure, do it. But don't pretend this solves all business cases.
8.
▲
by
comma_at
4y ago
Instead of doing the side effect you return a description and let the framework handle it. E.g. you don't call `transact(db, data)` but return `["transact", db, data]`. Now your function is pure. The framework will expect you
9.
▲
by
comma_at
4y ago
The only way for the client to set a server-side symbol to a value is to explicitly request it in code (e/server (let [is-admin? (e/client ...)])) Even with mutable atoms you'd have to write the `reset!` on the serve
10.
▲
by
comma_at
4y ago
I think SBCL starts up fast enough as-is, no? If you want a batteries included version with libraries, just load them and save a new base image with SAVE-LISP-AND-DIE
11.
▲
by
comma_at
4y ago
So it's OK to let them spy since we get spied on from other sources anyway.
12.
▲
by
comma_at
4y ago
https://github.com/eudoxia0/cmacro
13.
▲
by
comma_at
4y ago
libmill's goal was to be as close to Go as possible. If you look at it in that light, it's an accomplishment. Then came libdill, which created the whole "structured concurrency" movement and brought new concepts to light
14.
▲
by
comma_at
4y ago
I'll wait for the 1-line APL/J/K implementation in the comments.
15.
▲
by
comma_at
4y ago
I'd like to syntax highlight code blocks. I tried to add PrismJS to the html file. The CSS survives, but my <script> tag seems to disappear no matter where I put it. I guess this is because Feather Wiki is rewriting itself. How c
16.
▲
by
comma_at
4y ago
At a bare minimum your code might have different behavior. Your `run! deref` will wait for each future one by one. What if the last one threw an exception while the others are running? You'd probably want the other tasks to get cancele
17.
▲
by
comma_at
5y ago
> What’s not great is loading the entire closure VM environment into my browser There's no VM in clojurescript, it compiles to JS, it is tree-shaken and heavily optimized and minified through Google's Closure compiler. > res
18.
▲
by
comma_at
5y ago
This is all good and true, but it's looking at the problem from the Linux distribution's perspective. The user wants a working application. Something like AppImage allows a small team to distribute a working package for every dist
19.
▲
by
comma_at
5y ago
select them and group them (Ctrl+G or find it under Actions on the left bottom part of the screen)
20.
▲
by
comma_at
5y ago
> it's just not worth learning steno if you mainly do programming I think this will be better answered by someone who has crossed that bridge than you simply jumping to that conclusion with no experience or data to back up your clai
21.
▲
by
comma_at
5y ago
To balance the views, Mirabai, the person who started this project, does live transcription in vim and uses it for editing the notes as well. Ted, one of the lead developers, uses steno daily for programming. Emily, another user and plugin
22.
▲
by
comma_at
5y ago
Learning a steno system is similar to learning a new spoken language - it takes time, and the time it takes differs based on the time you invest daily, personal experience, type of study... Some have reached 100wpm in 2 months, some take 2
23.
▲
by
comma_at
5y ago
Switching dictionaries/systems is possible and used every day by people who use it with more than 1 language. Think of it as switching to colemak or dvorak on your keyboard.
24.
▲
by
comma_at
5y ago
https://danluu.com/productivity-velocity/ Docstrings, writing documentation, talking to colleagues on Slack, asking questions on stackoverflow, writing mails, browsing, working in the terminal. We spend a lot of time w
25.
▲
by
comma_at
5y ago
In k3d this is already available. https://k3d.io/usage/commands/k3d_image_import/
26.
▲
by
comma_at
5y ago
So... what is right? What is your preferred toolset?
27.
▲
by
comma_at
5y ago
You think 280loc as a starter is not much?
28.
▲
by
comma_at
5y ago
I agree, constraints often bring benefits. The question for a language is which ones to bring in and which ones to leave open. From that perspective I value clojure's choices (and don't value js every-io-is-a-callback design). Any
29.
▲
by
comma_at
5y ago
No it is not. People still reach out from stack when a dependency has updates and it's not in stack yet. Nobody cares if it compiles together. The point is if a new feature or a bug fix is introduced in a breaking way you cannot bump y
30.
▲
by
comma_at
5y ago
The whole point of running inside another ecosystem is to reuse existing solutions. Many wrappers hide mutability and provide an immutable API. And more java libraries are being written with immutable classes. I also failed to understand th
More ›