Viewing profile — renegadus
renegadus
HN member- Joined
- Wed, Dec 20, 2017, 4:20 PM UTC
- HN karma
- 28
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About renegadus
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #38685655
You can - click "All Tasks" under the File menu or press CMD+T when the app is focused.
-
comment
Comment #28339317
Because banking transactions are far more traceable and can often be reversed if found to be fraudulent.
-
comment
Comment #28134619
Interesting, thank you.
-
comment
Comment #28134611
The company was recently valued at over $6 billion.
-
comment
Comment #28134602
Thank you for the suggestion.
-
comment
Comment #28134591
I agree, but I don't want to give up 5% for something I could potentially do myself.
-
story
Is 5% a reasonable cut for a middle-man when selling shares privately?
I have fully-vested options in a private company which expire in Dec 2023. A company has reached out to me saying they have a buyer for the shares. The shares are worth > $300k. I'…
- story
- story
- story
- story
- story
-
comment
Comment #19081349
Nice, had an Atari 800XL, then a 512STfm, and then I was one of the 3 people who purchased a Falcon 030. Learned Atari basic from a 2 page leaflet that came with my 800XL when I wa…
-
comment
Comment #18719619
Filesystems don't rely on space voluntarily donated by others, and that's the critical difference here. Freenet is designed for sharing information, not archiving it. You can't hav…
-
comment
Comment #18713583
In future we'll use tags ;)
-
comment
Comment #18710282
> That's actually fine considering the goals of the system, but any time anyone mentioned it Ian and others would go a bit ballistic. The system did not and could not store informa…
-
comment
Comment #18666797
> here if I click on something and there is no internet, I won't see a loading icon. Fortunately, that's not so - Kweb has a neat way to handle it - outlined here: https://www.redd…
-
comment
Comment #18666735
I appreciate your feedback. > In my opinion, we can't say the separation has been "eliminated" if I'm constantly having to ask myself "should I handle this event on the server or t…
-
comment
Comment #18660061
Ah, understood. If you're locked in to Scala then unfortunately Kweb probably won't be a good fit :(
-
comment
Comment #18651927
Hmm, I'm not sure, but my guess is "not very" as I didn't really design it with usage from other JVM languages in mind. The reason is it depends on some stuff like coroutines - and…
-
comment
Comment #18644361
Ah, you're right. Ok, I think I can do that fairly concisely in Kweb also, if I find a bit of time.
-
comment
Comment #18644159
Hmm, it seems to be adding things to a list but where is it adding a new DOM node?
-
comment
Comment #18643697
Unfortunately that's one area where Kweb is currently immature, however beyond what's on the website there are a number of examples that should help: https://github.com/kwebio/core…
-
comment
Comment #18643669
I don't think there is any reason, in principle, that Kweb can't be just as efficient as any other web application. This is because Kweb doesn't entirely abstract away the client/s…