Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JoelBesada
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
JoelBesada
5y ago
Thanks! It's definitely a work in progress to fine tune this. We're hoping to introduce something soon that can let the viewers indicate when we've picked out something POG or not. This could later down the line feed into an
2.
▲
Show HN: Pogged.tv – Endless stream of exciting moments detected live on Twitch
(pogged.tv)
10 points
by
JoelBesada
5y ago
|
3 comments
3.
▲
by
JoelBesada
8y ago
I had this idea of building a puzzle game that you import as a module and play inside the Node REPL. I hope that you enjoy playing it as much as I enjoyed creating it!
4.
▲
Show HN: PZ-100 – A small JavaScript puzzle game packaged as an NPM module
(npmjs.com)
1 points
by
JoelBesada
8y ago
|
1 comments
5.
▲
Using SVG for Level Design
(medium.com)
4 points
by
JoelBesada
9y ago
|
0 comments
6.
▲
Introducing Tide – A Flux-Like State Management Library from Tictail
(medium.com)
14 points
by
JoelBesada
10y ago
|
0 comments
7.
▲
Giving Animations Life
(medium.com)
5 points
by
JoelBesada
12y ago
|
0 comments
8.
▲
by
JoelBesada
12y ago
No reason, really. :)
9.
▲
by
JoelBesada
12y ago
Hey thanks! I was really not trying to abuse the voting system, but I can see that it becomes a bit suspicious when a bunch of people from the office want to upvote my project.
10.
▲
by
JoelBesada
12y ago
Yes the underlying JS library for generating the animations is coming out soon! In the meanwhile you can still save the URL for the generated animation if you need to go back to edit it later.
11.
▲
Show HN: Bounce.js – A tool for generating CSS3 animations
(bouncejs.com)
172 points
by
JoelBesada
12y ago
|
32 comments
12.
▲
Building a Great Developer Experience
(medium.com)
9 points
by
JoelBesada
12y ago
|
1 comments
13.
▲
by
JoelBesada
13y ago
Since my time is limited, I try to keep the scope of the project down to something I can handle. This means I'm currently only focusing on Chrome, but if anyone wants to port the extension to other browsers, the source code is availabl
14.
▲
by
JoelBesada
13y ago
Adding parameters to commands is something I've got planned for a future release, just need to figure out an elegant way to do that. Have you updated to the latest version of Chrome? I have never run into the problem you're descri
15.
▲
by
JoelBesada
13y ago
Ah, thanks for reporting. It seems that having comments in a command messes up the execution, that's obviously something I'm going to fix ASAP. For now, just remove the comments and it should work. You're right about the mixe
16.
▲
by
JoelBesada
13y ago
Are you using Vimium, or some other extension that listens for the ` key? If so, you should be able to fix that problem by either rebinding the Backtick hotkey to something else in the settings, or by unbinding the ` key from the given exte
17.
▲
by
JoelBesada
13y ago
The ones you see on the demo page is what comes with Backtick out of the box. I'm constantly adding more bookmarklets to the default list, just tweet at me at @JoelBesada if you want to suggest anything to be added.
18.
▲
by
JoelBesada
13y ago
Thanks! Vimium's "b" hotkey is not exactly the same though. Backtick comes with a bunch of bookmarklets already available without you having to save them to your browser first. I'll also keep adding more commands to it a
19.
▲
by
JoelBesada
13y ago
Oh by the way, as mentioned in another comment, Vimium comes with a tool that probably is exactly what you're looking for. Just press 'b' to search through your bookmarks.
20.
▲
by
JoelBesada
13y ago
I'm sorry to let you down, but what you're describing is not what I have visioned for this. But hey, if you're going to create this on your own, the source code for Backtick is available on GitHub ( https://github.c
21.
▲
by
JoelBesada
13y ago
You can change the hotkey from the extension settings.
22.
▲
Show HN: Backtick – A console for bookmarklets and scripts
(backtick.io)
93 points
by
JoelBesada
13y ago
|
30 comments
23.
▲
by
JoelBesada
14y ago
The current limit on image size is 10MB, so posting large raw image files won't be possible here. The purpose of this app is to provide a quick way for people to share their images, so the use case you describe does not really align with th
24.
▲
by
JoelBesada
14y ago
Pasting in Safari doesn't quite work, like you said the paste event requires a text box to trigger, and while it seems to have the same clipboard API as Chrome, images don't seem to show up there. In Firefox a contenteditable div is used to
25.
▲
by
JoelBesada
14y ago
I searched for a quick way to generate UUIDs in Javascript, which lead me to this Stackoverflow answer http://stackoverflow.com/a/2117523 . I haven't looked into how that works, so don't ask me about that :)
26.
▲
by
JoelBesada
14y ago
Please see my other answers about this - images that are already hosted somewhere else won't work at this moment.
27.
▲
by
JoelBesada
14y ago
There's no way to delete the images at the moment. I'm considering different methods of handling this, since that seems to be something that many want.
28.
▲
by
JoelBesada
14y ago
Yes, I'm considering that. However, the main point of the app is to let the user upload images to the web that aren't already hosted somewhere else.
29.
▲
by
JoelBesada
14y ago
It actually starts preuploading the image to the server as soon as you insert it, clicking the upload button just confirms that you want to upload the image. When you click the button the server starts uploading the image to the cloud and g
30.
▲
by
JoelBesada
14y ago
Thanks!
More ›