Viewing profile — framp
framp
HN member- Joined
- Fri, Aug 13, 2010, 5:31 PM UTC
- HN karma
- 34
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About framp
No profile information was provided.
Recent public activity
-
comment
Comment #25585099
This is very neat but gamepad mapping can't be configured and the browser default "standard" mapping doesn't work very well (at least with my Xbox one controller). If you visit chr…
- comment
-
comment
Comment #19661605
A few generic tips: - Don't think of it as a diet, do something that could theoretically sustainable for the rest of your life - Learn about food and how it affects your body (that…
-
comment
Comment #19259396
It wasn't any different in 2010 in the majority of the world, for most people; the 700k funding comes from a special location / network.
-
comment
Comment #18475932
I can't speak for GTK as I don't use it much, but there are Qt engines that let you configure all the options without needing to write a theme. I never went that way as I prefer to…
- comment
-
comment
Comment #17895064
That doesn't look like a reputable source for legal advice. It is certainly violating YouTube terms of service. Given the video is available publicly, copying the video is what hap…
-
comment
Comment #17116910
There is also just JavaScript in Qt which is more mature and probably similarly - if not better - performing. https://doc.qt.io/archives/qt-4.8/qdeclarativejavascript.htm...
-
comment
Comment #16874319
I think the issue is that his freeware utilities were used as part of spyware by third parties. AV back in the days were mainly all blacklists of known actors and a few tricks (eg:…
-
comment
Comment #14748914
Really lovely post! I wonder how Cloud Haskell would fare in such a scenario
-
comment
Comment #14516441
If I recall correctly there was an old version of Google Maps which worked without JS. It was before they replaced the old snappy and functional Google Maps with the bloated and sl…
-
comment
Comment #14516372
You could use a link with a background-image .vote-42:active{ background-image: url(/api/vote/42) } Vote
-
comment
Comment #14107326
This is the original paper from 2013: http://www.leafpetersen.com/leaf/publications/hs2013/hrc-pap... GHC can use this intermediate code (a-la LLVM) to produce executable. The idea…
-
comment
Comment #14051453
Why should it be disturbing? Being precious is a relationship between two entities, where one of the two must be sentient. Considering the phrasing "Human life is a precious thing"…
-
comment
Comment #13967390
Deniable encryption https://link.springer.com/chapter/10.1007%2F978-3-540-77566-...
-
comment
Comment #13955432
This is wrong. The world on the other side is so much greener. https://wiki.qt.io/Handling_PDF#Using_QtPDF
-
comment
Comment #13785581
Glad to see Haskell used in production. It's kind of funny that build reproducibility (which was a major issue before stack) is one of the strong point. I wonder if, for your proje…
-
comment
Comment #12866751
Because it's an advisory referendum. Also, UK is not a direct democracy.
-
comment
Comment #12866621
I think you're example is misleading. The Queen becoming a dictator is completely different from the Parliament doing what it should do. To keep it simple: This is a democracy, whi…
-
comment
Comment #12484885
> In the US they don't trust you per definition and instead you have to prove that you are good with money by basically creating debt and then paying it off. You have to do the sam…
-
comment
Comment #12090350
Both gets fast really soon. Have you ever checked out Maybe ( http://learnyouahaskell.com/a-fistful-of-monads#getting-our-... )?
-
comment
Comment #12079637
Didn't now Top Gear started reviewing JS frameworks.
-
comment
Comment #11829759
The problem with async is that you have to wrap everything in try/catch
-
comment
Comment #11246904
Robots and automation?
-
comment
Comment #10850233
Great article and really interesting language! I wonder how Idris is going to be affected when Dependent types come to Haskell as well (announced at last ICFP)