Viewing profile — deallocator
deallocator
HN member- Joined
- Sat, Jun 18, 2016, 12:02 PM UTC
- HN karma
- 79
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About deallocator
No profile information was provided.
Recent public activity
-
comment
Comment #27761011
This is what I find difficult about these things, we (mostly) intuitively know that some cases it's okay to use information about users to tweak their experience, while we also kno…
-
comment
Comment #27760661
don't browsers send a header telling the server what language they expect? I live in Belgium where there's 3 national languages, and my preference isn't even one of them. Please us…
-
comment
Comment #27745612
Sure you can, you just have to pay for the dual (commercial) license
-
comment
Comment #27208200
assembly probably /s
-
comment
Comment #27208188
HN hug of death strikes again
-
comment
Comment #27207953
why would you load the dropdown HTML separately, just render it along in the template with x-show="open" and have the @click="open=true"?
-
comment
Comment #26912093
I think the correct analogy would be that there's a corner in the screen where advertisement is playing constantly while whatever show you're watching runs. Obviously the advertise…
-
comment
Comment #26619775
I haven't worked with ASP.NET Core for a while now, but what exactly do you refer to with "ridiculously bloated code"? async-await doesn't add much extra code, save the occasional …
-
comment
Comment #26579420
"We designed this service to reliably hold a huge amount of data. This setup will serve you best if it’s used to store compressed data archives or backups." "Do you offer backups w…
-
comment
Comment #26565296
I don't disagree with what you're saying, but I feel HTTPS everywhere does not belong in that list. Secure by default doesn't sound evil to me, and Let's Encrypt made it easy enoug…
-
comment
Comment #26000687
I'm currently building https://github.com/dealloc/wumpex , a library for building Discord bots written in Elixir. Aside from being very helpful to learn Elixir (and Discord's inter…
-
comment
Comment #26000448
Looks like a fun game, definitely gonna check this out after work
-
comment
Comment #25859127
I see that they allow you to search through your messages across all platforms. How do they achieve that, unless they're somehow storing all my messages in their backend (which I'm…
-
comment
Comment #25790657
I've been loving Elixir for the past 2 years now (off-and-on). I try to build most of my personal projects in it (as I'm still trying to get better at it) My latest project is a Di…
- comment
-
comment
Comment #24397148
You are being outright negative about Elixir throughout the entire thread, generally without providing good reasons why outside what seems to be your personal bias. No one is forci…
-
comment
Comment #24397123
You might also be interested in https://github.com/jeremyjh/dialyxir I use both dialyxir and Credo in my projects
-
comment
Comment #24397114
Can you clarify what you mean by this?
-
comment
Comment #24141149
Hey, can you email me some more information about the startup? wannes.gennar [at] gmail [dot] com
-
comment
Comment #23177581
I've been diving into Elixir and Erlang, writing a library to build Discord bots with. I've been toying with bots for a while, but building the library myself gave me some interest…
-
comment
Comment #17053527
Can anyone post a link that's not behind a paywall?
-
comment
Comment #16993699
Should probably clarify I'm not talking about client passwords being logged; just the credentials required to read just about anything in the database
-
comment
Comment #16992466
At work one of our most commonly used libraries prints it's connection string (including the plain text password, username and database) in the log files on debug level (which I of…
-
comment
Comment #13839363
But of nitpicking, but on mobile the balloon is cut off a bit at the top :)
-
comment
Comment #13481094
I really like Element but it's a shame they don't it responsive, when I tried contributing to make things responsive they actively denied the PR saying it's for desktop apps. Activ…