Viewing profile — LukeB42
LukeB42
HN member- Joined
- Tue, Jun 01, 2010, 10:16 PM UTC
- HN karma
- 47
- Public activity
- 156 items
- HN profile
- View on Hacker News ↗
About LukeB42
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #49035189
I three MUDs in one as a channel mode for my IRCD the other month: https://github.com/float64co/psyrcd/blob/master/plugins/mud....
-
comment
Comment #47647849
Both of these things. The timbres can be explained through evolutionary biology. The same brain centers used for processing movement in 3d space also start firing up to start predi…
-
comment
Comment #47556446
law.py — A Distributed Legislature: https://gist.githubusercontent.com/float64co/deb887691f13dee...
-
comment
Comment #47306379
In the past couple of months I've Built a Cythonized Icecast2 implementation I've wanted for years: https://github.com/lukeb42/cycast Built a p2p Kanban board that fits in a single…
- story
- story
-
comment
Comment #47296102
Thanks for this. I stopped writing JS for awhile just as ES6 was coming around the corner / coming into use. This will be in 0.0.2.
-
comment
Comment #47295838
Had to fix hardware detection myself only to find engine.generate()'s not implemented and yields "". Maybe the author could get a large param model to help him get this done though…
- story
-
comment
Comment #47210303
[flagged]
-
comment
Comment #47208211
Would you prefer to see ESM or neither?
-
comment
Comment #47207560
Thanks for the valuable feedback. I've added a mediaquery for your use case. This should be more legible now: https://lukeb42.github.io/vertex-manual.html Send me a screenshot via …
-
comment
Comment #47207216
React components might eventually be removed in favor of making the templating system as fast and as elegant as possible but for the time being they provide flexibility. You can re…
-
comment
Comment #47207112
Thank you but the predominant monitor's probably a smartphone. The average professional is probably using a 4k monitor at the moment. Everything in the free documentation I've prov…
-
comment
Comment #47207047
9kb (minifier+brotli) We could remove 3kb by removing the router but that's not gonna happen. You're more than welcome to minify+brotli it yourself if you use vertex.js in producti…
-
comment
Comment #47206706
Beauty /is/ in the eye of the beholder. The rationale /here/ is that the more text in a page the more code you'll fit in your head the more you'll get done, the more confidence you…
-
story
Show HN: Vertex.js – A 1kloc SPA Framework
Vertex is a 1kloc SPA framework containing everything you need from React, Ractive-Load and jQuery while still being jQuery-compatible. vertex.js is a single, self-contained file w…
-
story
Show HN: Kanban_P2P – A P2P Kanban board contained in a single HTML file
A Kanban board with p2p sync contained in a single HTML file. A Python stdlib sync server is included for LAN discovery.
-
story
Show HN: Cycast – High-performance radio streaming server written in Python
A high-performance internet radio streaming server written in Python with Cython optimizations.
-
comment
Comment #43582686
Agitation by community-based agents leading to honest people dropping out and wicked people doubling down.
-
comment
Comment #37911960
>you'd need a pretty custom toolchain Just port/extend pytorch to make it easy to utilize fused ops.
-
comment
Comment #36211308
Everything in an organism is learned. If you think it isn't then you're not observing the right timescale.
-
comment
Comment #34727586
Is this because you don't know how to implement the weight updates in NumPy yourself?