Viewing profile — shawa_a_a
shawa_a_a
HN member- Joined
- Mon, Dec 11, 2017, 12:27 PM UTC
- HN karma
- 167
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About shawa_a_a
No profile information was provided.
Recent public activity
-
story
Show HN: Xlerb – A Compiled "Forth" for the Beam
Hello I've been working on a small stack language for the BEAM in my free time called 'Xlerb'. I read Starting Forth and thought it would be interesting to see if you could send me…
- story
-
comment
Comment #45707662
It's been a long time since I've programmed Prolog so I'm not sure if these ideas are even relevant (global state might be more than enough!) ; but at first impressions from the re…
-
comment
Comment #45647450
I think that's going to be hard to find, depending on your definition of 'regular', tbh. The BEAM's grown up along with Erlang and so the culture and optimisations are built up all…
-
comment
Comment #45622720
They're probably using some features of LiveView; I'm not too familiar with how HTMX works, but with LiveView you can define all of your logic and state handling on the _backend_, …
-
comment
Comment #45062677
For BEAM MCP you probably want to look at TideWave, which runs _in your application_ to give the LLM context and an execution environment. https://hexdocs.pm/tidewave/mcp.html
-
comment
Comment #45056238
I've heard of domain fronting, where you host something on a subdomain of a large provider like Azure or Amazon. Is this what you're talking about when you say > - Host on a piece …
-
comment
Comment #44967299
Surprised to not see Acko.net mentioned in comments already - he uses similar aids in one of his blog posts to break down complex numbers and ultimately fractals. Likely right up y…
-
comment
Comment #44610561
Agreed - updated with colour again
-
comment
Comment #44579889
It’s not the most accessible colour scheme - I’ll have a look and tweak it so dark mode is more readable. I’d definitely be really grateful for help with that! I’m not planning to …
-
comment
Comment #44579869
Since going down this rabbit hole, I gave Anki another fair shot and actually RTFM :) the blog post warrants an update https://docs.ankiweb.net/deck-options.html#learning-steps Det…
- story
-
comment
Comment #43534013
I have been bedroom DJing, and wanting to expand what I can do with the hardware I already have. Using `midiex` for Elixir I’ve written a fully fledged driver for Ableton Push, let…
-
comment
Comment #42507715
This isn’t exactly the case. The camera has an actuating mirror on the end of the rotating arm that allows it to point at arbitrary angles. https://youtu.be/aXfTgCCsRSg (T=4:30) Th…
-
comment
Comment #42171169
Not the other commenter, but my team has been using Elixir in production (soft real-time distributed systems) for several years to great success. The approachable syntax has been g…
-
comment
Comment #42125544
A commenter on Reddit [1] pointed out that you can access the hearing test feature directly by using a special URL: x-apple-health://HearingAppPlugin.healthplugin/HearingTest I won…
-
comment
Comment #42080902
It's a bold statement to call something a Prolog successor! Are you aiming for a general purpose logic programming language like Prolog, or targeting the use case of querying knowl…
-
comment
Comment #42035735
I would second Prolog as mind-blowing. I've found you're typically confronted with fully engaging with the core of whatever problem you're solving, and only that core. This is prob…
-
comment
Comment #42026424
The comment character is also configurable: git config core.commentchar This is helpful where you want to use use say, markdown to have tidily formatted commit messages make up you…
-
comment
Comment #41941033
I don’t know about your particular use case, but it is never a bad idea to learn Prolog. https://www.metalevel.at/prolog The Power of Prolog is an extremely in depth, comprehensive…
-
comment
Comment #41895323
In the spirit of scratches, it was only at a recent 70mm film screening that I spotted the rig used for the floating pen scene as Floyd falls asleep in the shuttle. As the weightle…
-
comment
Comment #38893233
For anyone else interested, and to clarify, "the Book of Kells experience" is to stand in for the exhibit in the Old Library while it's closed for renovations until 2025 [1]. Rathe…
-
comment
Comment #37992619
I've been intrigued enough to pull down Gnu COBOL and attempt to write some simple programs, and found it to be quite an alien universe in and of itself. Can you give any examples …
-
comment
Comment #31544468
This was exactly my thought. The title is 'A local, privacy first Notion alternative', but the site talks about > can I own my piece of the new internet today? Which screams 'digit…
-
comment
Comment #29981630
I’ve recently incorporated exactly this into my journaling routine and find it a delight to look back on. At the end of the day I’ll be sure to write down one or two perfectly run-…