vbit | 9 years ago | on: If-statements in Smalltalk (2008)
vbit's comments
vbit | 9 years ago | on: If-statements in Smalltalk (2008)
10 timesRepeat: [ n := n*2 ].
Not only that, you can send messages to blocks, to implement loops. [ n < 10 ] whileTrue: [ n := n + 1 ]vbit | 9 years ago | on: If-statements in Smalltalk (2008)
vbit | 9 years ago | on: Problems with Android Studio
vbit | 9 years ago | on: Dafny – A programming language with a program verifier
vbit | 9 years ago | on: Vue.js 2.1 Released
vbit | 9 years ago | on: Stealth Cell Tower Disguised as Printer
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 the recipient.
I don't know if actual spoofing is possible.
vbit | 9 years ago | on: How to make e-mail encrypted for everyone
Um, how many users use native clients on unencrypted ports as opposed to https based web-clients or TLS?
vbit | 9 years ago | on: Why we chose Vue.js
vbit | 9 years ago | on: FreeBSD 11.0 Now Available
% gcloud compute instances create INSTANCE --image freebsd-11-0-release-p1-amd64 --image-project=freebsd-org-cloud-dev
% gcloud compute ssh INSTANCEvbit | 9 years ago | on: Textures.js – SVG patterns for Data Visualization
You can use any one of a number of visualization libraries such as matplotlib, bokeh, and more. Here's a quick start for an idea of the code needed: http://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blo...
vbit | 9 years ago | on: Python Lists vs. Tuples
Also you can write this as `grid[1, 1] = True`
vbit | 9 years ago | on: LLVM Programmer’s Manual
If I wanted to implement a language with Lua-style coroutines, could I target LLVM?
vbit | 9 years ago | on: Native encryption added to ZFS on Linux
vbit | 9 years ago | on: Kivy: Develop multi-touch enabled Python apps
vbit | 9 years ago | on: Kivy: Develop multi-touch enabled Python apps
My only concern is that the community seems small and the site a little dated?
vbit | 9 years ago | on: HyperTerm – JS/HTML/CSS Terminal
There was also a mozilla XUL based terminal many years ago - can't remember the name though.
vbit | 9 years ago | on: Consciousness: The Mind Messing with the Mind
Isn't any arbitrary region in space a machine? Because it has physical inputs, physical outputs can some kind of physical computation within? An elevator is a machine but so is the building with many elevators. A city with many buildings, cars, people etc. (all the physical space and things in it withing the bounds of the city) is another machine. Is a city conscious? Clearly it is more complex than an individual brain?
From a slightly different angle - why does my consciousness stop at the limits of my body while the physical chain of reactions extends smoothly well beyond it, and infinitely into the universe?
vbit | 9 years ago | on: LuaRadio: a lightweight software-defined radio framework built on LuaJIT
vbit | 9 years ago | on: Ask HN: Where is the next Shenzhen?
Interested to hear what you think these are?
You may be able to build web applications too (http://seaside.st/).