Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
piemadd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
piemadd
4y ago
sounds like a markov chain going berserk
2.
▲
Show HN: Clordle – Command-line Wordle Remake
(npmjs.com)
1 points
by
piemadd
5y ago
|
0 comments
3.
▲
Ace, CodeMirror, and Monaco: A Comparison of the Code Editors Used in Browsers
(blog.replit.com)
4 points
by
piemadd
5y ago
|
0 comments
4.
▲
by
piemadd
5y ago
1. it is xterm, xterm.js to be sepcific 2. uses no-vnc. if you own the repl theres a way to set the vnc server password and access from your own client, but i forget how. probably on the replit docs/blog
5.
▲
Replit Donates $25,000 to the NixOS Foundation
(blog.replit.com)
7 points
by
piemadd
5y ago
|
1 comments
6.
▲
by
piemadd
5y ago
A few weeks ago, I published Amtrak.js, an NPM package which allowed for easy access of the Amtrak API. If you know anything about the API, it is not a simple process fetching data. I expected that apps and websites would pop up using my li
7.
▲
Show HN: Amtrak Train Tracker (Comments for more info)
(amtrak.cc)
1 points
by
piemadd
5y ago
|
1 comments
8.
▲
I Created an NPM Package to Access Amtrak's Semi-Private API
(blog.replit.com)
2 points
by
piemadd
5y ago
|
0 comments
9.
▲
by
piemadd
5y ago
Nope. Go to https://maps.amtrak.com/services/MapDataService/trains/getTr... and let me know how readable the data is lol, though I have also made an API based off of this library (and integrated it into the l
10.
▲
by
piemadd
5y ago
Some people have theorized it wasn't Amtrak who wanted the bs encryption (also probably why the keys haven't changed in 3 years and they've made no effort to prevent people from grabbing this data) but actually some sort of N
11.
▲
by
piemadd
5y ago
I actually came across an old hackernews thread where you mentioned you built the site, I guess you have a library to do it for you now lol
12.
▲
Show HN: Amtrak.js – A JavaScript library to interact with Amtrak's tracking API
(npmjs.com)
25 points
by
piemadd
5y ago
|
6 comments
13.
▲
by
piemadd
5y ago
The thing is, you're probably right. Over time they've been restricting items for bots in over 100 servers. Right now its to see the users in the server and also to see the statuses of these users.
14.
▲
Show HN: Yay||Nay – The Peak of Automation: Automating saying yes/no
(yay.ornay.net)
3 points
by
piemadd
5y ago
|
1 comments
15.
▲
by
piemadd
5y ago
> Though Lively was a project at YC Research in 2016/2017 and replit is a YC 18 company I think. You're right about Replit going to YC after Lively, but Replit actually started much earlier (2009ish)
16.
▲
by
piemadd
5y ago
Touché
17.
▲
Show HN: FuckYourUsers, the easiest way to make using your site a living hell
(fuckyourusers.com)
3 points
by
piemadd
5y ago
|
3 comments
18.
▲
by
piemadd
5y ago
funnily enough, thats exactly what the lengthener is doing!
19.
▲
by
piemadd
5y ago
Only problem is that i'd have to pay 700 dollars lol
20.
▲
by
piemadd
5y ago
my wallet weeps
21.
▲
by
piemadd
5y ago
Well I made the URL lengthener so you should obviously hire me /s
22.
▲
by
piemadd
5y ago
so what you're seeing is the creation of a zero width space. When you combine an \x20 and an \x0b, it makes a zero width space, which your browser ends up ignoring. Only reason these are in there are to ensure the URLs are at a minimum
23.
▲
by
piemadd
5y ago
I added a little desc to the footer. TLDR its simply to see num of users and i've made the dashboard itself public so you can see for yourself.
24.
▲
by
piemadd
5y ago
I think you were accessing the site while I was working on some changes haha! I think whats happening in the one while goes in an endless loop, your URL legitimately got too long for browsers to comprehend so some data got cut off
25.
▲
by
piemadd
5y ago
Really all I'd need to do is change the minimum length, which i could totally do right now without consequences, which I think i will do.
26.
▲
by
piemadd
5y ago
Not tracking actual users, but more general metrics. Genuinely wanted to see num of visitors but since the site is static this was probably the most privacy-oriented ones I could think of. Trust me, i'm not sure what data i'd be a
27.
▲
by
piemadd
5y ago
That video and tom mentioning base65536 was actually the initial inspiration for this
28.
▲
by
piemadd
5y ago
oh wow thanks!
29.
▲
by
piemadd
5y ago
Well, I use Replit as an ide and just hitting the run button meant my fix was immediately deployed. didn't have to push to git or wait ssh into a machine to pull from master and restart
30.
▲
by
piemadd
5y ago
doesn't work anymore >:) with the pure speed of replit i went from issue opened to closed in like 20 minutes
More ›