Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mascarenhas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mascarenhas
7mo ago
This was killed twice today already, and is related to this story, so if anyone else can vouch to unkill: https://news.ycombinator.com/item?id=47060078 The current one has already been killed once, and is flagged again.
2.
▲
by
mascarenhas
8mo ago
I have set it up in a docker container that only has two host volumes mounted with the Obsidian vaults where I keep notes for two TTRPG campaigns, so a very low-stakes situation. I have set it up with a Discord bot so my players can chat ab
3.
▲
by
mascarenhas
11y ago
You only need row polymorphism if you want full type inference. You can get away with width subtyping with bounded parametric polymorphism if you are willing to give up on inferring all types. Examples: Go, TypeScript, Flow...
4.
▲
by
mascarenhas
11y ago
I don't know where the parent lives in Brazil, but the supermarket chain comment definitely has not been my experience in upper-middle class Rio de Janeiro neighborhoods. People use Whatsapp instead of SMS because it simply is a better
5.
▲
by
mascarenhas
13y ago
I forgot to tell in the message that there's also a mirror at http://fabiomascarenhas.github.io/lua/
6.
▲
by
mascarenhas
13y ago
Actually the "meat" of the course starts on unit 1, unit 0 is more of a recap of where Lua comes from and where it is used. :)
7.
▲
by
mascarenhas
14y ago
Try again next semester. Taking compilers is mandatory for comp. sci students, so they will have to bite the bullet and take it eventually, even if scared of Roberto (somewhat with reason; the course is easier than Coursera's Compilers cour
8.
▲
Project HiJack - connecting sensors to a smartphone's headphone jack
(web.eecs.umich.edu)
8 points
by
mascarenhas
14y ago
|
0 comments
9.
▲
TechBASIC, a scientific BASIC environment for the iPad
(byteworks.us)
3 points
by
mascarenhas
14y ago
|
1 comments
10.
▲
How Twitter Makes the Internet More Local
(foreignaffairs.com)
2 points
by
mascarenhas
14y ago
|
0 comments
11.
▲
by
mascarenhas
14y ago
OS/2 was actually quite good on underpowered hardware if you stuck to console apps running fullscreen. I started with OS/2 2.1 on a 40Mhz 386 with just 8Mb RAM, connecting to BBSes and reading FidoNet with a newsreader called Blue Wave and
12.
▲
The Beauty Bias
(overcomingbias.com)
1 points
by
mascarenhas
15y ago
|
0 comments
13.
▲
by
mascarenhas
16y ago
You have to compare Lua at 1995 (version 2) to JavaScript at 1995, as its development, at least inside the browser, would be arrested the same way JavaScript's was. Lua 2 was certainly had a much better implementation than the first JavaScr
14.
▲
by
mascarenhas
16y ago
I can see a lot of folks just blocking Safari outright if Apple tried to pull this stunt...
15.
▲
How Apple could slay Google at WWDC 2010
(roughlydrafted.com)
6 points
by
mascarenhas
16y ago
|
9 comments
16.
▲
by
mascarenhas
16y ago
This was obviously a typo to me, I just skipped it and kept reading. By now several other comments here have shown that the Jobs' letter is indeed hypocritical by the accepted definitions of the term. I will even link another one: http://e
17.
▲
Jobs on Flash: Hypocrisy So Thick You Could Cut it with a Knife
(osnews.com)
309 points
by
mascarenhas
16y ago
|
112 comments
18.
▲
by
mascarenhas
17y ago
Lua numbers are not boxed in the usual sense; they live in the Lua data stack (which leaves in the C heap, but this is not isomorphic to the Lua heap), are not accessed through a pointer, and do not put pressure on Lua's memory allocator
19.
▲
by
mascarenhas
17y ago
LuaForge's ftp server is broken since the big LuaForge crash a few months ago, so those pages are badly out of date. Browse http://github.com/keplerproject for more recent information.
20.
▲
by
mascarenhas
17y ago
There are more full-featured web servers written in Lua, too: http://github.com/keplerproject/xavante and http://dev.alt.textdrive.com/browser/HTTP/HTTP.lua
21.
▲
by
mascarenhas
17y ago
This virtual machine approach works great for Parsing Expression Grammars, because of restricted backtracking: http://www.inf.puc-rio.br/~roberto/docs/peg.pdf
22.
▲
by
mascarenhas
17y ago
I am not one of the book/site's authors, but one of the Kepler commiters :-), but this is what they say at the site's about page: "This website is powered entirely by Lua, using Sputnik, an extensible wiki package. When the authors and cont
23.
▲
by
mascarenhas
17y ago
A more recent commercial site that is using Kepler (via the Sputnik wiki/cms) is the site for the "World of Warcraft Programming" book, created by the book's author. I have updated http://www.keplerproject.org/en/Uses (the current Kepler
24.
▲
by
mascarenhas
18y ago
Orbit is more like Camping or web.py than Rails, though. But I tried to make its deployment (along with the rest of Kepler) as easy as PHP's as possible. :-) Having a Lua embedded on Apache by default should make fast deployment very easy
25.
▲
by
mascarenhas
18y ago
Check LuaRocks ( http://luarocks.org ), a package manager/installer for Lua, it makes deployment of C extensions much easier (no root access required). About deployed Lua webapps, there's http://www.wowprogramming.com/ , using Sputnik ( ht
26.
▲
Crowdsourcing for Doctors
(sermo.com)
1 points
by
mascarenhas
18y ago
|
0 comments
27.
▲
by
mascarenhas
18y ago
I was not dissing your essay, just giving more information. I agree with you that most intellectual dishonesty is unintentional, and that knowing these things is important in avoding them. I was just pointing that there are other sources to
28.
▲
by
mascarenhas
18y ago
The more things change... http://etext.library.adelaide.edu.au/a/aristotle/sophistical... Edit: and on a more recent (and cynical :-) ) note: http://en.wikipedia.org/wiki/The_Art_of_Being_Right
29.
▲
by
mascarenhas
19y ago
Apple fanboy embarasses himself. Film at 11.
30.
▲
by
mascarenhas
19y ago
What about sleep support and battery use? That is a big selling point for the Mac, my MacBook uses more or less 1% of battery per hour and fully wakes up (wifi included) in a matter of seconds. Is there any PC notebook with similar sleep pe
More ›