Viewing profile — triskweline
triskweline
HN member- Joined
- Sun, Jul 15, 2012, 8:09 AM UTC
- HN karma
- 580
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About triskweline
No profile information was provided.
Recent public activity
-
comment
Comment #47649989
This glazes over the torrent of poorly developed ideas you need to deal with in every organization.
-
comment
Comment #33947239
Author here. Yes, we stuck with it and evolved the concept into Unpoly 2 and soon Unpoly 3: http://triskweline.de/unpoly2-slides/ http://triskweline.de/unpoly3-slides/ I'd say 95% …
-
comment
Comment #33936761
Author here. The link is a 6 years old presentation. The demo app has since been rewritten. The old demo app focused on the downsides of classic multi-page apps (MPAs), i.e. the re…
-
comment
Comment #33936721
Unpoly lead dev here Unpoly takes special care to always move the focus to the next relevant element in an interaction. E.g. when a link updates a fragment, the focus is moved to t…
- story
-
comment
Comment #23284249
Our Ruby / Rails agency tried implementing a project in Elixir. After 3 weeks we stopped the experiment and re-did everything in Ruby. What stopped us was not so much the lack of l…
- story
-
comment
Comment #17292546
With pjax you choose a selector that is updated. This is usually a in your layout that houses the main page content. spfjs lets you target multiple containers with a single update,…
-
comment
Comment #17292128
Unpoly [1] lets you achieve the same effect without having to wrap your content in a JSON transport envelope. There are no two cases for static and dynamic navigation. The HTML you…
-
comment
Comment #16059444
Unpoly currently depends on jQuery. Work is being done to remove that dependency eventually, but that will take time.
-
comment
Comment #16054292
If you enjoy working with intercooler.js but are looking for a bit more power, check out Unpoly [1]. [1]: https://unpoly.com
-
comment
Comment #15906055
If you're looking for a little more control but don't want to go all-in SPA, also check out Unpoly: https://unpoly.com/
-
comment
Comment #15558724
We're heavy users of Cucumber at our development agency. I've never seen non-technical users write Cucumber scenarios either, but we find them very useful for another reason. The p…
-
comment
Comment #15142803
There are server-side libraries like Unpoly ( https://unpoly.com/ ) that give you most of the benefits of heavyweight JavaScript frameworks, but without the complexity and code dup…
-
comment
Comment #13523518
Author here. Unpoly is my attempt at bridging the gap in user experience between classical, server-side applications and modern single-page applications (SPAs). Happy to answer any…
- story
- story
-
comment
Comment #12747289
Nice work! I built something similar a few years ago: https://hollyapp.com/
-
comment
Comment #11744278
The framework you're subscribing sounds a little like Unpoly [1]. [1]: http://unpoly.com/
- story
-
comment
Comment #10678746
We built something similar with Up.js [0]. Rather than wrapping some responses in JSON, Up.js doesn't require any server-side changes. Fragments are selected client-side via CSS se…
-
comment
Comment #9983857
Games like World of Warcraft have been doing this for a decade. Early versions of the Blizzard downloader actually were Bittorrent clients.
-
comment
Comment #8845295
Thank you! I'm afraid we don't have a configurable keymap yet.
-
comment
Comment #8845278
Although the development shop I work at (makandra) has a constant demand for new engineers, we would never hire someone out of a ten week program. To give you an idea about what ki…
-
comment
Comment #8823329
https://hollyapp.com A task tracker / outliner with a Vim-like editing mode that I built for myself a few years back. It gained a lot of popularity through HN and Lifehacker. I eve…