Viewing profile — lpil
lpil
HN member- Joined
- Thu, Mar 17, 2016, 9:14 AM UTC
- HN karma
- 1,089
- Public activity
- 289 items
- HN profile
- View on Hacker News ↗
About lpil
No profile information was provided.
Recent public activity
-
comment
Comment #48962639
This regularly happens with Microsoft's GitHub. You can also opt to not use Bluesky for authentication.
-
comment
Comment #48962413
Yes, frustration with GitHub outages certainly made me start to look elsewhere.
-
comment
Comment #48962391
I wish! Alas, the Gleam project continues to be under-funded and we have not got a single penny from any venture capital company. If anyone would like to give me a large amount of …
-
comment
Comment #48962373
While the way that Tangled is funded is not my preference, I see great potential in atproto for improving the internet. This and and a lot of interest in the Gleam community for th…
-
comment
Comment #48945952
Sorry, I don’t know what you mean.
-
comment
Comment #48847942
No no, you misunderstand. It doesn't mean the same thing as you imply with your previous comment. Writing is contextual, if one only looks at the literal then one misses the other …
-
comment
Comment #48846551
Because that means something else.
-
comment
Comment #48717073
> Black and White lives matter, but that's not what Glean is signalling. It is! citation: I wrote it.
-
comment
Comment #48400114
We should really remove the cheatsheets, they have not been maintained in many years.
-
comment
Comment #48390466
What were the inaccuracies? I'm not aware of any, but we can fix any that are found right away.
-
comment
Comment #48390442
Hi, I'm the lead maintainer of Gleam. > I don't know the current state of Gleam OTP, but last I checked it wasn't great. Gleam uses regular OTP, it doesn't have a distinct OTP fram…
-
comment
Comment #48390433
Hello! I'm the maintainer of Gleam. We are not rewriting OTP, regular OTP is used in Gleam. Most commonly the typed Gleam APIs for OTP are used, but you can use the untyped Erlang …
-
comment
Comment #46671613
It only happens on hacker news. Elsewhere it is not mentioned or it is praised. Gleam does have a formal code of conduct.
-
comment
Comment #46657418
Gleam is the same as SQLite, we have some community values on the website but the licence doesn’t exclude anyone from using the software.
-
comment
Comment #46618171
How you behave in community spaces is 100% related to the project. I agree, that would be very silly. I don't think you can compare not tolerating racists to mandating a particular…
-
comment
Comment #46616395
Sorry, I've been unclear. The runtime behaviour and cost of calling an Erlang function is the same in Elixir and Gleam, however the syntax is more verbose in Gleam as it asks for t…
-
comment
Comment #46615270
All open source projects have a political agenda. That's the purpose of the licence, to force certain behaviour.
-
comment
Comment #46614736
In a world with package management there’s no practical difference between the core modules being in one package or multiple packages.
-
comment
Comment #46614727
All open source projects are political by their very nature.
-
comment
Comment #46614706
This is the same as Elixir, you need to specify what Erlang function to use in that language if you want to use Erlang code. The only difference is that Gleam has a more verbose sy…
-
comment
Comment #46614692
You can use all the BEAM debuggers and tracing tools, and Gleam has a print debugging keyword. Unfortunately there is not yet a plugin for the BEAM debuggers for them to use Gleam …
-
comment
Comment #46497247
SQLite is likely the most widely used production database due to its widespread usage in desktop and mobile software, and SQLite databases being a Library of Congress "sustainable …
-
comment
Comment #46266997
I presume they checked out Gleam years ago, or their investigation was more shallow. That aside, it is normal in Elixir to use Erlang OTP directly. Neither Elixir nor Gleam provide…
-
comment
Comment #46265060
We've not had any proposals for a design like that. We are open to proposals though! I wrote a blog post detailing the process here: https://lpil.uk/blog/how-to-add-metaprogramming…
-
comment
Comment #46263963
OCaml's modules are not implicitly instantiated, so they provide the same DX and APIs as you would get in Gleam. Elixir does have protocols, but they are extremely limited compared…