Viewing profile — jacksonsabey
jacksonsabey
HN member- Joined
- Mon, Aug 03, 2015, 7:13 PM UTC
- HN karma
- 19
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About jacksonsabey
No profile information was provided.
Recent public activity
- comment
- story
-
comment
Comment #16496630
Location: Vancouver, Canada Remote: Yes Willing to relocate: Possibly (within Canada) Technologies: Golang, RethinkDB, SMTP, PHP, MySQL, PostgreSQL, MongoDB, Elasticsearch, Memcach…
-
comment
Comment #16380554
I have a similar problem with email spam, except at the bottom of every email there is a link to "disavow_contact" - the problem is it does nothing
-
comment
Comment #16095640
The new AMD APUs don't have ECC support either, I'm hopeful the future versions will
-
comment
Comment #15679204
this always happens anytime there's a sale on aliexpress, most of time it actually costs more when it's "on sale"
-
comment
Comment #15562386
will I be able to build a laptop with ecc? if not buy a laptop with it, buy ram that will be supported
-
comment
Comment #14953766
would 2 different torrents that contain a file with the same exact physical hash share the same torrent file hash? if torrent A and B both contain the exact same file, but torrent …
- story
-
comment
Comment #13509210
you just described usenet, requests or fills are usually done over irc
-
comment
Comment #13092508
I have an implementation, although it's currently closed source and is only available via API: http://0ut.ca/documentation I believe it's closest to the standard that I've found, a…
-
comment
Comment #13082569
Location: Vancouver, Canada Remote: Yes Willing to relocate: Yes Technologies: Golang, RethinkDB, PHP, MySQL, PostgreSQL, MongoDB, Elasticsearch, Memcached, Redis, Ubuntu, FreeBSD,…
-
comment
Comment #12963325
I've recently released a beta platform and API for tools for working with links: https://0ut.ca/ There's currently a Link Shortener, UTM Campaign Builder, Parser and Validators for…
-
comment
Comment #12851835
Location: Vancouver, Canada Remote: Yes Willing to relocate: Maybe Technologies: Golang, RethinkDB, PHP, MySQL, PostgreSQL, MongoDB, Elasticsearch, Memcached, Redis, Ubuntu, FreeBS…
-
comment
Comment #12775513
you could inform your users that email addresses are case sensitive much like passwords usually are or just normalize the local part along with the host and use that as the primary…
-
comment
Comment #12775401
client side validation is pointless if you can't validate server side http://www.w3schools.com/html/tryit.asp?filename=tryhtml_inp... the firefox implementation will gladly accept …
-
comment
Comment #12775353
Emojis are disallowed in IDNA2008. \u1F63B is in the disallowed but you can still register it on some TLDs https://whois.domaintools.com/xn--238h.com vs https://whois.domaintools.c…
-
comment
Comment #12646871
Hey, this is still in early beta. I've recently released an API for Validators of Email and different URI components. As for the shortener its self, there is no user system or anal…
- story
-
comment
Comment #11677916
There's already a solution in the spec for the slash issue Either you have a valid scheme or you don't, and either you have a relative path or an absolute path Double slash after a…
-
comment
Comment #11444763
there's also this https://en.wikipedia.org/wiki/MDY_Industries,_LLC_v._Blizzar... when they managed to get glider, one of the first bots taken down
-
comment
Comment #11138147
> To fix the ambiguity, brackets were introduced literals were introduced because the order of parsing for an email host is first "Domain" for any non literal, then literal which d…