HN user

timthelion

523 karma

My home page is hobbs.cz you can also check out gradesta.com

Posts28
Comments884
View on HN
news.ycombinator.com 3y ago

Ask HN: Freelancer? Seeking freelancer? (January 2023)

timthelion
3pts7
veganbuddies.org 3y ago

Coding on an E-ink DASUNG paperlike display

timthelion
2pts0
cs.brown.edu 8y ago

Code bubbles: A futuristic IDE

timthelion
1pts0
www.pasapas-project.com 8y ago

Pas a Pas: Using animation to teach abstract concepts to children

timthelion
77pts25
www.youtube.com 8y ago

RiftSketch: Live Coding in VR with the Oculus Rift

timthelion
1pts0
mapa.czfree.net 8y ago

Map of the Czech CZFree community network

timthelion
2pts0
www.pasapas-project.com 8y ago

Pas a Pas: Using animation to teach abstract concepts to children

timthelion
1pts0
news.ycombinator.com 8y ago

Ask HN: Are videos from North Korea censored in the west?

timthelion
2pts1
thobbs.cz 9y ago

Show HN: Push to Talk a voice essay editor

timthelion
1pts0
news.ycombinator.com 9y ago

Ask HN: Has tech flatlined or is it just HN?

timthelion
11pts15
ipfs.hobbs.cz 9y ago

On the Great Evil Know as “Proof of Work”

timthelion
2pts0
returnpath.com 9y ago

For $1,375/year you can send SPAM to Microsoft, AOL and Comcast customers

timthelion
1pts2
subuser.org 9y ago

Subuser 0.6: Don't tell your users what they want edition

timthelion
1pts0
subuser.org 9y ago

Subuser 0.6 – More of what users want and less of me telling them what they want

timthelion
1pts0
returnpath.com 9y ago

Microsoft,Comcast and Yahoo will sell you the right to send their customers SPAM

timthelion
4pts1
www.washingtonexaminer.com 9y ago

New CIA director thinks Snowden should be killed

timthelion
103pts113
subuser.org 9y ago

Flatpak competitor, Subuser 0.5, released

timthelion
1pts0
wws.princeton.edu 10y ago

Americans living shorter

timthelion
3pts0
thobbs.cz 10y ago

Anal probes are fine, if you've got nothing to hide [pdf]

timthelion
211pts104
salut-a-toi.org 10y ago

Salut a toi – truely distributed social network is ready

timthelion
1pts0
www.nytimes.com 10y ago

Heavily armed police supress a book (Czech Republic, 2014)

timthelion
1pts0
github.com 10y ago

Docker isn't perfect – Issue #216

timthelion
120pts62
subuser.org 10y ago

Subuser 0.3 – Secure Docker to X11 Bridge

timthelion
1pts0
timothy.hobbs.cz 11y ago

Adventures in wearable computing

timthelion
10pts1
subuser.org 11y ago

Subuser: Docker containers on the desktop the right way

timthelion
4pts0
news.ycombinator.com 11y ago

Why haven't I seen any aquaponics startups on here?

timthelion
1pts5
brmlab.cz 11y ago

Stop bullets with airbags

timthelion
1pts0
elm-lang.org 12y ago

Extensible records: a new dynamic kind of static

timthelion
1pts0

We've been developing a new method of developing software using a cloud IDE (slightly modified vs code server), https://github.com/bitswan-space which breaks down the development process into independent "Automations" which each run in a separate container. Automatons are also developed within containers. This allows you to break down the development into parts and safely experiment with AI. This feels like the "Android moment" where the old non-isolated way of developing software (on desktops) becomes unsafe. And we need to move to a new system with actual security and isolation between processes.

In our system, you can launch a Jupyter server in a container and iterate on software in complete isolation. Or launch a live preview react application and iterate in complete isolation. Securely isolated from the world. Then you deploy directly to another container, which only has access to what you give it access to.

It's still in the early stages. But it's interesting to sit at this tipping point for software development.

Karpathy writes that there is no cheeply computed objective check for "Or re-writing some Java code to Python? " Among other things. But it seems to me that Reinforced Learning should be possible for code translation using automated integration testing. Run it, see if it does,the same thing!

In Czechia I get about 10 a year. Hardly what I'd call a big problem... My grandparents in canada get about 10 a day. My grandpa in the us got like 10 an hour before he died, many time live humans who knew his name and that he was an old man in a nursing home....

This is %100 a North American problem.

I'm surprised and impressed at how much energy you have to deal with this and write about it. I'm a month out from having a squamous cell tumor removed from my tongue and a kneck disection and most of the time I just lie around in bed feeling sorry for myself and even that is pretty exhausting. I hope the trial drug works, both for you, and selfishly, for me in case I'll need it!

There are many causes of sleep apnoe, the most common one being obesity. Some people, however have an underbite which causes sleep apnoe, this can be measured and corrected by an orthodontist. I didn't have either, but I did suffer mild sleep apnoe for years. What solved it for me was rinsing my nose with salt water every evening and using Nasonex spray.

I presume that the poster did not get the job. The correct answer is that while addition and subtraction are mutually order independent addition and multiplication are not. This cannot be implemented for a value that allows addition. You need to create a new type of value "multiplyable" and implement multiplication only for that new special type of int. Otherwise you'll end up with meaningless race conditions in the case,of multiple clients.