Viewing profile — Globz
Globz
HN member- Joined
- Wed, Aug 07, 2013, 5:44 PM UTC
- HN karma
- 251
- Public activity
- 171 items
- HN profile
- View on Hacker News ↗
About Globz
kittybomber.com
Recent public activity
-
comment
Comment #45569074
haha this great! I have made something similar for myself but its a tool to manage shell scripts for my projects. I create a grimoire for a given project and add reagents and recip…
-
comment
Comment #43593800
I’ve noticed this trend in my life where during winter times my consumption goes way up and as soon as spring time is here then my creativity crawls back from hibernation and I qui…
-
comment
Comment #38289039
This remind me of tldraw but instead of a screenshot you draw your UI and it converts it to HTML, check out https://drawmyui.com - here’s a demo from twitter https://x.com/multikev…
-
comment
Comment #33351189
In your situation I would give him an hour per day (10 minutes is a very short amount of time to do anything fun or see progress in most games) then monitor the outcome based on yo…
-
comment
Comment #33075499
Yes, Mortal Online 2 is the closest thing to UO to this day.
-
comment
Comment #32621161
I sync via dropbox and store my kbdx inside a VeraCrypt container.
-
comment
Comment #32602091
Same here, many years ago I made a web app for our sales team and third party so they can sell/buy our products, the whole business is still powered by IBM iSeries. Basically the A…
-
comment
Comment #32044447
Yes lets end human civilization once and for all, what a great idea. We are the ones who needs to be saved not the planet. This kind of thinking is really scary.
-
comment
Comment #30327211
There are MMOs like this but they come once or a twice every decade and fail miserably, full loot PVP MMO are built for a specific mindset of players and there comes a time where t…
- story
-
comment
Comment #25328215
yes for iOS, I suggest you take a look at beorg, it is quite nice for quick editing and note taking. Of course the real magic truely happens when org is paired with Emacs but the a…
-
comment
Comment #22099681
Same, I encrypt my KeePass into VeraCrypt container and sync with dropbox, seems fairly secure to me for my use case.
-
comment
Comment #21803532
You should no longer use TrueCrypt, if you want an alternative I suggest https://www.veracrypt.fr
-
comment
Comment #21376171
Yes, it uses pmatch behind the scene to match your expr against the evaluator. https://github.com/webyrd/quines/blob/master/pmatch.scm I have to agree, this like rank #1 in my book…
-
comment
Comment #21118481
Well a Nerves image is a Unix Kernel + Erlang/Elixir & BEAM and whatever else you need, so its a completely stripped down image. It uses the Whitelist model so you add what you nee…
-
comment
Comment #21115250
Yes, take a look at nerves : https://nerves-project.org/
-
comment
Comment #20985073
Just add the original URL into the specified field and copy paste it each time you need to access said website. KeePass is the best at what it does and stays local as any password …
- story
-
comment
Comment #19331453
It is not as bad as it used to be, if you want to build a gaming PC today it will most likely last from 5 to 6 years without needing any upgrades, most upgrades are barely noticeab…
-
comment
Comment #19209004
Have you tried edeliver? it make use of distillery and I find it easy to deploy with, I guess it all boils down to your server architecture but you should give it a try someday. ht…
-
comment
Comment #18869178
This impressive!! I love the gameplay. Are you guys from Québec or Europe? I noticed the french comments in the source code hehe
-
comment
Comment #18552316
Chicken R7RS is still a work in progress AFAIK
-
comment
Comment #18442034
Honestly I don't bother with Wordpress and the like anymore. I simply write what I want to publish in org-mode then export it to HTML or PDF and that's it... My data is no longer t…
-
comment
Comment #18441857
I am currently using an HN client on iOS which parses the article links for you and renders them into a "reader" mode without leaving the app, you can also open the link via Safari…
-
comment
Comment #18269243
One of my application running at work has a task of creating a user ordersheet made through the main app workflow and transposing it to an HTML document which is then converted to …