- MoonScript, a programmer friendly language that compiles to Lua | Hacker News –
- Download the latest indie games – itch.io –
- Pinboard – Save a Bookmark –
- The scourge of web analytics | Hacker News –
- Ask HN: Why isn’t Prolog more popular? | Hacker News –
rss
Bookmarks for November 14th
- Twitter_harassment_final.pdf –
- Ask HN: How do you handle the business structure and taxes of side projects? | Hacker News –
- Kill the newsletter! –
Bookmarks for July 21st
- Show HN: riko – A python stream processing engine modeled after Yahoo! Pipes | Hacker News –
- GitHub – nerevu/riko: A python stream processing engine modeled after Yahoo! Pipes –
- Is Sushi ‘Healthy’? What About Granola? Where Americans and Nutritionists Disagree – The New York Times –
Bookmarks for March 7th through March 8th
These are my links for March 7th through March 8th:
- Introducing Pencil: A Microframework Inspired By Flask For Rust — Shipeng Feng’s Writings – <blockquote>Templating
Just create the templates folder under your application root path, it just works. You can customize the template folder.<h1>
Hello {{ name }}!
</h1>fn hello_template(request: &mut Request) -> PencilResult {
let mut context = BTreeMap::new();
context.insert("name".to_string(), "template".to_string());
return request.app.render_template("hello.html", &context);
}fn main() {
// app here</blockquote> - How to pass a programming interview – Triplebyte –
- filipedeschamps/rss-feed-emitter: Super RSS News Feed aggregator written in Node.js and ES6 –
Bookmarks for August 23rd through August 26th
These are my links for August 23rd through August 26th:
- Day8/re-frame · GitHub –
- Closures – JavaScript | MDN – Closures are functions that refer to independent (free) variables. In other words, the function defined in the closure 'remembers' the environment in which it was created.
- Linear Regression – Practice – The Physics Hypertextbook –
- Accounting for Developers 102 –
- WinLister v1.21 – display the list of opened windows on your system –
- jeanphix/Ghost.py · GitHub –
- FFI Library –
- Free Mumble Server Hosting — GuildBit.com –
- Clojure by Example –
- sshtalk | 2 Ton Digital –
- c : Where the printf() Rubber Meets the Road –
- i-open-sourced-my-phaser-html5-game –
- Reagent: Minimalistic React for ClojureScript –
- DataTau –
- Skimfeed V5 – Tech News –
- hackurls – news for hackers and programmers –
- talll.com – the ultimate reading list for technology professionals –
- Association of Dietary, Circulating, and Supplement Fatty Acids With Coronary Risk: A Systematic Review and Meta-analysis | Annals of Internal Medicine –
- Favorites –
- A trip through the Graphics Pipeline 2011, part 1 | The ryg blog –
- Pannellum –
- The Secret Life of Cheese – Roads & Kingdoms –
- NAND Flash: Dealing With a Flawed Medium –