Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kilon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
kilon
3y ago
Here you go https://pypi.org/project/pylivecoding/
2.
▲
by
kilon
3y ago
Built a live coding library for python that allows me to reload code I edited while it was executing. It has repl and debugger support and it can be run even for embedded python. It's pretty granular so it can reload modules or even in
3.
▲
by
kilon
6y ago
youtube greece is down returns "oops" error but i can still playback a 2 hour video that I was already watching before it went down. Trying to open any other video or channel returns this error.
4.
▲
by
kilon
6y ago
A possible approach is to use Cython to convert Python code to C code and then compile that code to WebAssembly. I would not be surprised if there is a tool for that already
5.
▲
by
kilon
6y ago
Colored pencils, pens and notebooks. Excellent opportunity to rest my eyes away from the computer screen.
6.
▲
by
kilon
7y ago
Well judging from the fact that my first computer my father bought back in 1988 Amstrad CPC 6128 is still alive and kicking with very active community and more development tools than it ever had, I think its safe to assume that software nev
7.
▲
by
kilon
7y ago
Python syntax can be heavily and easily manipulated via the ast module. An example of this is hylang https://github.com/hylang/hy
8.
▲
by
kilon
7y ago
Rust is very unpopular. Popular being besides the usual suspects Assembly, Visual Basic, Delphi, Objective C , Swift etc. Finding the popularity of a language is actually pretty easy, ignore all the blog posts and opinion pieces of any kind
9.
▲
by
kilon
7y ago
IT runs on a wide array of technologies. Desktop games and 3D graphics which the area I focus and obviously a massive part of the software market if we include consoles and mobile devices , C++ still is king. Most games nowadays use either
10.
▲
by
kilon
7y ago
The irony of the thing is that in manual memory management languages you end up doing your own garbage collectors and in garbage collector languages you end up doing your own manual management. Unfortunately if you look in a language to sol
11.
▲
by
kilon
7y ago
I don’t. I keep my super sensitive data in my head. I never believed in computer security and never will. But the I never believed in security in general. Why on earth you would need an antivirus for a Mac ? I don’t even remember the last t
12.
▲
by
kilon
8y ago
If the sofware is from the 80s that is very good news, it means it runs on simpler hardware and the code will be simpler and easier to fix. Which is what made it viable for us to code in Assembly back in the 80s and early 90s with the same
13.
▲
by
kilon
8y ago
The only thing it gets in my nerves is lack of comments and documentation. The fallacy that code can be remotely as easy to understand as natural language text. The rest I can endure and tolerate.
14.
▲
by
kilon
8y ago
I will take the money for the Yacht and buy a submarine. Enjoy the depth before we completely ruin them via climate change and pollution.
15.
▲
by
kilon
8y ago
I guess I am heretic for breaking my project to a collection of DLLs. Ironically I am doing it over a 2 mil lines of code statically linked code base. The statically linked code base takes 150 seconds to build and my much smaller project on
16.
▲
by
kilon
8y ago
Nothing impressive but its a start
17.
▲
by
kilon
8y ago
Why is this a problem ?
18.
▲
by
kilon
8y ago
there are tons of services only that will allow you to code online using any language eve C , C++ and Assembly. From inside the browser of course. Of course I am not recommending a beginner to start from any of those languages but it shows
19.
▲
by
kilon
8y ago
That's debatable. It's not as if downloading Python and making your first app will take you more than a few seconds, minus download time. Set up is rarely an issue, once you set up a language even as complex as C++ its completely
20.
▲
by
kilon
8y ago
I have implemented live coding via DLLs for C , it’s not hard to do and can easily replace gdb. I don’t think that gdb offers live coding outside the box. Inspecting live state and to an extend REPL abilities do exist in GDB.
21.
▲
by
kilon
8y ago
I was never a fan of IRC although I am still a part time user since 1995. I was always annoyed losing replies just because I went offline and of course all the weird self disconnects and occasional banning bots. Sending files was also a big
22.
▲
by
kilon
8y ago
Discord. It was made mainly for games and it has exploded the last few years for pretty much about everything. I was introduced to Slack because the programming language I was using had its official channel there. They had also an irc chann
23.
▲
by
kilon
8y ago
I don't know why but I read first the title as "CastSatan" oh wait ... I now know why It's a C++ article.
24.
▲
by
kilon
8y ago
One more epic discussion on Python, where we have the unique opportunity to learn that using C libraries from Python is "cheating". I could not agree more It's definitely cheating to use C code with the exception of most Pyth
25.
▲
by
kilon
8y ago
Who would have guessed that compiled, static, non-dynamic, hardware accelerated code would be a ton more performant than runtime, highly dynamic, garbage collected and very powerful code that is not hardware accelerated.
26.
▲
by
kilon
8y ago
Home computers were never personal in any interpretation of the word. They were mostly shared among family members which is why unlike PCs were made to play both games and run software. Calling a home computer a PC is showing a fundamental
27.
▲
by
kilon
8y ago
in other news google is integrated in the browsers address bar, scientists are baffled how it managed to fit in such small space and how it got there.
28.
▲
by
kilon
8y ago
google search, since it was integrated to the address bar its super easy to find the right site and you longer have to remember or guess the address , hence the name has become pointless.
29.
▲
by
kilon
8y ago
I have 10 years experience in law and father is a lawyer and even though her remark has obviously a comedic basis , she is very much correct. Objectivity is a huge deal in the legal profession, the ability to separate emotion from critical
30.
▲
by
kilon
8y ago
Simplification is an illusion. Simplification works great for understanding and learning , I completely agree but is terrible on problem resolution. Mainly because problems don't get simple just because you want them to. Secondly becau
More ›