Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sybreon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sybreon
12y ago
I think that the context matters. In the case of an external consultant being asked to sign an NDA (whether prematurely or otherwise), Eric S Raymond presents some compelling arguments on why and how NOT to sign them. http://esr.
2.
▲
by
sybreon
14y ago
Hardware implementation in synthesisable Verilog RTL. Synthesises to about 700+ slices at 150MHz on a Spartan6. https://github.com/sybreon/dcpu16
3.
▲
by
sybreon
14y ago
Done! http://sybreon.github.com/dcpu16/
4.
▲
by
sybreon
14y ago
Multi-cycle operations can actually be inserted into the pipeline. The `ena` signal would just need to be held low during that time.
5.
▲
by
sybreon
14y ago
Already done. https://github.com/sybreon/dcpu16
6.
▲
by
sybreon
14y ago
There's already one! https://github.com/sybreon/dcpu16 The core is written entirely in synthesisable Verilog RTL. Synthesises to about 700+ Slices at around 150MHz on a Spartan6. (minus h/w division and modulo) Feel free to extend/expand/
7.
▲
Show HN: My hardware implementation of the DCPU-16 in Verilog RTL
(sybreon.github.com)
4 points
by
sybreon
14y ago
|
1 comments
8.
▲
by
sybreon
14y ago
I started with LOGO in 1989 and BASIC in 1992. So, 20-odd years or so. And still at it! Though, I've got a lot less time to focus on it now, with all sorts of other worldly responsibilities.
9.
▲
by
sybreon
15y ago
We do? o_O
10.
▲
by
sybreon
15y ago
Kuala Lumpur, Malaysia. Aeste - http://www.aeste.my/hiringnow Swimming (and drowning) at the software-hardware boundary. We are currently looking to fill several full-time engineering positions. If you are looking for a place to experienc
11.
▲
by
sybreon
16y ago
From the mathematician on stage: "and for some reason, Sony uses the same random number all the time!" - classic!
12.
▲
by
sybreon
16y ago
You DO NOT have plenty of time! Kids grow up so quickly that before you know it, he'll be 18!
13.
▲
by
sybreon
16y ago
Kuala Lumpur, Malaysia. Work involves swimming and drowning at the software-hardware interface. Home of the smallest and fastest 32-bit multi-threaded embedded microprocessor core. http://www.aeste.my/internships
14.
▲
by
sybreon
16y ago
An alternative: Install a proxy server, such as squid, on your local machine. Point your browser to use the local proxy server. Some stuff will get cached on your proxy server and will not be loaded from the Internet. You can install some a
15.
▲
by
sybreon
16y ago
Does anyone know the name of the new theme and if it is available for download on the site?
16.
▲
by
sybreon
16y ago
Yup, but foreigners get a choice of whether or not to contribute.
17.
▲
by
sybreon
16y ago
Kuala Lumpur, Malaysia I assume that this is for an entry-level position. Monthly salary : ~ US$650-$950 (Average US$800). EPF deduction: 11% Room Rent: US$150. Food: US$250 (3 ramen sized meals) Car Installment: US$100 (Perodua Viva) Petro
18.
▲
by
sybreon
16y ago
Kuala Lumpur, Malaysia - Aeste ( http://www.aeste.my/careers ). Swimming (and possibly drowning) at the software-hardware interface. Projects will largely involve building an ecosystem around the world's smallest and fastest 32-bit multi-th
19.
▲
by
sybreon
16y ago
With a web-app like this, I would be concerned about IP issues. Half the industry is banking on IP unless they are open-source like the OR1K. Otherwise, a proprietary house might be hesitant to upload HDL code even if it is over a secure SS
20.
▲
by
sybreon
17y ago
Measuring the relative power draw due to flipping logic can definitely be done with present day simulation tools. The question is whether there is any significant advantage in saving X% of power in the processor core. In a complex system, t
21.
▲
by
sybreon
17y ago
Not in the similar vein, but I would recommend "The Last Lecture" (by Randy Pausch). It was very inspirational to me. http://www.amazon.com/Last-Lecture-Randy-Pausch/dp/140132325...
22.
▲
by
sybreon
17y ago
Try sheet music?
23.
▲
by
sybreon
17y ago
Writing a synthesis tool is like writing a high-level language compiler, fairly difficult. On top of that, synthesis (by definition) targets a specific technology. This is like targeting different CPU architectures and platforms with said c