Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jdiscar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jdiscar
9y ago
> So movie theater > movie at home for most people. I'm really wonder if that's true for most people. Sure, there are people that would rather watch in the theater, but there are also people who'd rather hold a hardcove
2.
▲
by
jdiscar
9y ago
Would you want to look at them again but forget or are you just bookmarking out of habit?
3.
▲
by
jdiscar
9y ago
I tried to solve this with my app Mochimarks, best used through the Chrome Extension: https://chrome.google.com/webstore/detail/mochimarks-chrome-... For "todo list", marking something as Read Later work
4.
▲
by
jdiscar
9y ago
I thought about this a lot... so this'll be long. I thought of how bookmarks were used and came up with: - Things you want easy access to, but have annoying URLs, like your company's wiki page (Solved by Favorites/Bookmarks B
5.
▲
by
jdiscar
9y ago
I've been working on a bookmarking app with a feature that reminds you to revisit bookmarks (either algorithmically or manually via a schedule.) It also has built-in wishlisting and a bunch of other stuff I always wanted out of a bookm
6.
▲
Show HN: Bookmarks with reminders and other rediscovery features
(mochimarks.com)
2 points
by
jdiscar
10y ago
|
0 comments
7.
▲
by
jdiscar
10y ago
I use a paper notebook to sketch out diagrams and sometimes make todo lists. I like to use the notebook during useful meetings too, I feel like it's less distracting than a computer.
8.
▲
by
jdiscar
10y ago
Thanks for checking it out and thanks a lot of the feedback! There is a suggest tags system in place right now, but it relies on crowd sourcing and there aren't many users right now. I've considered doing some statistical analysis
9.
▲
by
jdiscar
10y ago
Yeah, the guide is kind of hidden away at https://mochimarks.com/info/api
10.
▲
by
jdiscar
10y ago
If you use the "suggestion" sorting, it will recommend some links it thinks you should look at again. It bases this on several factors, like the interest level, tags, creation date, last visited date, and last modified date. It do
11.
▲
by
jdiscar
10y ago
Hi, creator here. I made Mochimarks because I found that recently, I wanted to go back to certain links at certain times. For example, I'd want to go back to a kickstarter on the day it was ending. Since I resolved to make an online bo
12.
▲
Show HN: Bookmarks with reminders, wishlisting, ranking, and more
(mochimarks.com)
10 points
by
jdiscar
10y ago
|
7 comments
13.
▲
by
jdiscar
10y ago
I think there should be a point to address running out of memory. If you just keep adding images/animation/videos, eventually the site experience will be bad.
14.
▲
by
jdiscar
10y ago
In this case, it might be easier to describe sending letters in a secret code to your friends. Even though the mailmen can read everything on the envelope, they can't read anything inside.
15.
▲
by
jdiscar
10y ago
I think this is fine. Java is verbose as it is, it would be even worse if Exceptions were handled "as intended" and every Exception type was treated individually. Log and move on can be appropriate in some cases. And even if 80% o
16.
▲
by
jdiscar
10y ago
This article was about what stack to use for a startup and reddit is certainly no longer a startup. Tech stacks definitely change to adapt to its needs, at some point a company should be trying out cutting edge stuff. But the stack a 100 pe
17.
▲
by
jdiscar
10y ago
I think this is really great advice. This mindset was critical for me to finally start finishing up my side projects. For me, working by myself, 'Choose the tech I know best' is more applicable (although that generally happens to
18.
▲
by
jdiscar
10y ago
For me, it's all about discipline. You don't delete your interests, you just force yourself to focus on the thing you've decided is most important. Sometimes you need a break or have 'writer's block' and can pl
19.
▲
by
jdiscar
10y ago
It's because it's a pretty situational thing to talk about. IMO, the most sensible reasons to move away from RDS would be customer requirements or you're not using AWS for anything else. What traits are you comparing on? What
20.
▲
by
jdiscar
10y ago
At what scale have you found Performance and Size Limitations an issue? I've seen people leave due to cost before (not that I thought they were always correct), but not for the other two you listed.
21.
▲
by
jdiscar
10y ago
Yeah, VARCHAR and TEXT are backed by the same datatype, but VARCHAR(N) gives you a limit check (that can be a pain to change if you ever need to.) There shouldn't be any noticable performance difference. For UUIDs, the native type is w
22.
▲
by
jdiscar
10y ago
Are you saying a NoSQL solution is better for this use case? Because that's what this article is asking. Sure, they could do things better (can't we always?), but that's not the point they're trying to make. Like you sai
23.
▲
by
jdiscar
10y ago
The point of this article is showing how MySQL could be used to get a lot of what a NoSQL solution provides. NoSQL certainly has a place, but a lot of people don't really understand what that is and simply use NoSQL because it's p
24.
▲
by
jdiscar
10y ago
It's really up to what kind of project you want to work on and how much resources (time/effort/stress/money/etc..) you want to put into it. The learning curve for something new is definitely not negligible, especial
25.
▲
by
jdiscar
10y ago
If you haven't seen hacker koans, they're fun to read through. Sure they're largely parody, but some of the popular ones feel like proper koans.
26.
▲
by
jdiscar
10y ago
The rails stack isn't designed for Windows, why should they waste dev cycles trying to support it? In any case, I do a fair amount of webdev on my windows gaming computer (don't want to mix work and side projects), VMs are so eas