Viewing profile — wgetch
wgetch
HN member- Joined
- Wed, Apr 22, 2020, 12:59 AM UTC
- HN karma
- 120
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About wgetch
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #36091392
The work on [2] is fascinating to me, both because of the problem domain and as a case study on the effective application of ASP. I will be reading this paper carefully to pore ove…
-
comment
Comment #36091296
I second the recommendation to start with Lifschitz and move on to the Potassco book from there. To add: One does not need to know Prolog to get into ASP, the semantics are unique …
-
comment
Comment #35584150
When you arrange point-topped hexagons into an approximately hexagonal shape, the combined "hexagon" is flat-topped. Take a look at the demo site: https://hexagony.net/
- story
-
comment
Comment #34075010
Potassco is a wonderful collection of software. I have used clingo recently to prototype some puzzle ideas that I had. After encoding the rules in ASP I could quickly produce a sin…
-
comment
Comment #34074609
ASP has both classical negation and negation-as-failure, but that is not quite why I'd say it is "more declarative". Prolog is capable of performing "imperative" tasks (by this I r…
-
comment
Comment #27889199
Answer set programming is also well suited for combinatorial search problems such as this. The classic approach for ASP solvers is to reduce a logic program into an instance of the…
-
comment
Comment #26964746
You begin to contemplate neutral yet fascinating sensations. 8c29152333c388888888961e813457759ca87a8b54078779f8cbdefedf6401d2 You picture an infinite and essentially captivated dim…
-
comment
Comment #26908161
There is, perhaps surprisingly (or not), already a relevant XKCD mentioning this feature while poking fun at the computational abominations that were already possible in Excel: htt…
-
comment
Comment #24538056
What happens if both DNS requests are hijacked? Could an attacker return both a different IP and a different public key that correspond to a malicious server? Edit: I should clarif…
-
comment
Comment #24507492
While the majority of existing homebrew are either games or emulators, the systems are not limited to just playing games and there are a few options for programming them. devkitPro…
-
comment
Comment #23311156
With ZSH, you can use a named directory hash to create such 'aliases' to directories: hash -d hello=~/Documents ~hello/world The shortened names also show up in your PROMPT if it i…
-
comment
Comment #23259790
This is unfortunate, assembly programs were the strongest aspect of the TI homebrew community. Some really great games and applications were made possible by native binaries on the…
-
comment
Comment #22984223
WebLiero strives to be as accurate to the original as possible, and from what I can tell recreates the physics, objects, and particles systems using the same general structures as …
-
comment
Comment #22983960
It's a secret to everyone, but it is possible to run a WebLiero server with custom mods by providing a json/json5 file and a wlsprt file (which uses a custom but simple binary form…
-
comment
Comment #22948476
I intend to do a proper writeup for this, in the meantime I published a short blog[1] with the program along with some background information. [1] https://blog.phazon.xyz/answer-se…
-
comment
Comment #22941618
Always interesting to see logic programming applied to music, it is in my experience a good fit for the musical problem space. I spent some time exploring the analysis of chords us…