Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vbit
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
No ifs, ands, or buts - a new representation for conditionals
(vimeo.com)
2 points
by
vbit
10y ago
|
0 comments
2.
▲
by
vbit
10y ago
I'm no expert (not even close), but I believe they'd have to run Pharo itself, yes. So you could redistribute the Pharo runtime along with your app code (similar to, say, Python). You may be able to build web applications too ( ht
3.
▲
by
vbit
10y ago
This applies to loops as well. Numbers are objects that accept the `timesRepeat:` message: 10 timesRepeat: [ n := n*2 ]. Not only that, you can send messages to blocks, to implement loops. [ n < 10 ] whileTrue: [ n := n +
4.
▲
by
vbit
10y ago
Anyone interested in playing around with Smalltalk can use https://pharo.org - I recently tried it and was pretty amazed with the quality of documentation available. It is quite a different experience working in an interactive l
5.
▲
by
vbit
10y ago
There's also Kivy ( http://kivy.org ). Not with a sizeable sponsor like React or Xamarin, but it's Python :D
6.
▲
by
vbit
10y ago
Would be nice to have a screenshot without the red squiggly underlines.
7.
▲
by
vbit
10y ago
I have some projects in Mithril - is it worth it port to Vue?
8.
▲
by
vbit
10y ago
> SMSs written to appear they are from someone that knows the recipient I don't think this means they are sent from numbers known to the recipient. Only that the content is written such that it appears to be from someone who knows t
9.
▲
by
vbit
10y ago
> When you send an e-mail today it’s sent in plaintext. This means that when you connect to your local coffee shop’s WiFi they can intercept all e-mail that is sent through their router. This is probably not the relationship you have wit
10.
▲
by
vbit
10y ago
Could you please elaborate more on mithril vs. vue? Was it ease-of-use, performance or something else that pulled you over?
11.
▲
by
vbit
10y ago
Often gets lost in the release notes - deploying on Google cloud is super easy: % gcloud compute instances create INSTANCE --image freebsd-11-0-release-p1-amd64 --image-project=freebsd-org-cloud-dev % gcloud compute ssh INSTANCE
12.
▲
by
vbit
10y ago
If you're familiar with Python, try the Jupyter notebook (jupyter.org) - very useful for quick visualizations while also allowing you to quickly transform the data when necessary. The big advantage is your interactive 'repl'
13.
▲
Grako: Python PEG/Packrat parser generator
(pypi.python.org)
1 points
by
vbit
10y ago
|
0 comments
14.
▲
by
vbit
10y ago
The article mentions this. Also you can write this as `grid[1, 1] = True`
15.
▲
Gurbaksh Chahal sentenced to a year in jail
(techcrunch.com)
1 points
by
vbit
10y ago
|
0 comments
16.
▲
by
vbit
10y ago
Do LLVM have any support for coroutines? If I wanted to implement a language with Lua-style coroutines, could I target LLVM?
17.
▲
by
vbit
10y ago
With this you can encrypt one dataset and leave another unencrypted, on the same block device, paying the cost only or the encrypted one.
18.
▲
by
vbit
10y ago
Oh absolutely, I think Kivy is fantastic and the best option for UI in Python currently. I just wish the community was bigger.
19.
▲
by
vbit
10y ago
Kivy seems well designed and easy to use - not just for multi-touch but general cross platform UI apps, and phone apps. My only concern is that the community seems small and the site a little dated?
20.
▲
by
vbit
10y ago
Heh yes. There was also a mozilla XUL based terminal many years ago - can't remember the name though.
21.
▲
by
vbit
10y ago
The argument that we are machines made of meat and so machines made of any other substance may be conscious too is a remarkably weak one to me (a lay person, not a consciousness or AI researcher). Isn't any arbitrary region in space a
22.
▲
by
vbit
10y ago
Do you know if there are any updated benchmark results since the quoted ones are a bit outdated now.
23.
▲
by
vbit
10y ago
> That will be tough since India is missing some absolutely fundamental pre-requisites to the kind of growth China has had. Interested to hear what you think these are?
24.
▲
Building an IDE Over Atom
(blog.cloudslang.io)
2 points
by
vbit
10y ago
|
0 comments
25.
▲
Howl editor: A fast editor written in LuaJIT
(howl.io)
2 points
by
vbit
10y ago
|
0 comments
26.
▲
Introduction to Metaprogramming in Nim
(hookrace.net)
101 points
by
vbit
10y ago
|
11 comments
27.
▲
by
vbit
10y ago
There is also the reduced feature free version called Komodo Edit: http://komodoide.com/komodo-edit/
28.
▲
Komodo X released – new version of Komodo IDE
(komodoide.com)
49 points
by
vbit
10y ago
|
30 comments
29.
▲
by
vbit
10y ago
Very exciting! How can I join? :D
30.
▲
Indian Regional Navigation Satellite System
(en.wikipedia.org)
1 points
by
vbit
10y ago
|
0 comments
More ›