Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andrejewski
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
andrejewski
5y ago
This is really cool! I made a very similar game a couple years ago: https://jew.ski/prime-time/ It's interesting to compare the game play and design. My game is written in Elm and open source if anyone is interest
2.
▲
by
andrejewski
8y ago
Some feedback on the API design and README: - Having a global registry of machines does not scale. Anyone building an app won't want to deal with the name conflicts. Having a `displayName` for debugging is fine but that's all. Hav
3.
▲
by
andrejewski
8y ago
If anyone wants the Elm architecture in JavaScript there is Raj: https://jew.ski/raj/ I spent over a year building the framework and a set of libraries around it so that the architecture feels natural to JavaScript dev
4.
▲
by
andrejewski
11y ago
Last winter I built an application called Subtweet that built on top of Twitter's Direct Message service, using Twitter's API as much as I could to reduce overhead. It is bittersweet that Twitter is improving DM as it makes Subtwe
5.
▲
by
andrejewski
12y ago
If anyone is interested in just scrapping links between webpages with JavaScript, I made Slinky ( https://github.com/andrejewski/slinky ). The API is simple and easily overridable.
6.
▲
Show HN: Seth, a JavaScript DSL for Functional Set Theory
(github.com)
1 points
by
andrejewski
12y ago
|
0 comments
7.
▲
by
andrejewski
12y ago
Yes, the guarantees provided by true immutability are not met by "const". I wrote the note loosely using the author's expectations and advantages of immutability, not the exact definition. But thank you for letting me clarify
8.
▲
by
andrejewski
12y ago
I am completely in support of Haskell and functional languages in general. There are some gaps in Go and definitely some glaring problems. But this comparison also only lists the bad. Go is good for what it was intended for which is concurr
9.
▲
Show HN: Reem, a rambunctious static site generator
(github.com)
1 points
by
andrejewski
12y ago
|
0 comments
10.
▲
by
andrejewski
12y ago
For people who have wanted to try this type of programming out but have not jumped the boat from JavaScript to ClojureScript, I created a little library that mixes Backbone and React in a similar model described in the article: https:/
11.
▲
by
andrejewski
13y ago
These are some design resource pools I visit: http://www.awwwards.com/ (all website design) https://news.layervault.com/ (Site Designs) http://sidebar.io/ (UI+UX too)
12.
▲
by
andrejewski
13y ago
This is not unprofessionalism; it is poor UX. The sensible backlash to the Nickelback feature is that is was set "by default," not that ripping on Nickelback is a humorous, widely accepted activity. This app could have retained th
13.
▲
by
andrejewski
14y ago
I have a similar problem, but I'm off by a year. I'm fifteen and have basically run out of any CS-related classes to take at my school. I have shifted into math classes (Calc, Stats) to help me get some "computation" this year at school. Ju
14.
▲
by
andrejewski
14y ago
Now I'm really going to have to worry about leaving my account open on my devices. They didn't show it but these payments need some type of password protection.
15.
▲
by
andrejewski
14y ago
I haven't been hit yet.
16.
▲
by
andrejewski
14y ago
1. Care about the project. 2. Care about the users. Know what the user wants and what is in the best interest of the user. 3. Be able to defend yourself and our product in a battle royal (Accepted). 4. [Because there can be more] Help the t
17.
▲
by
andrejewski
14y ago
I know of Awwwards.com, but they cater to specifically advancements in the design aspects of the actual site and you have to pay for a submission. The usual go-around is to submit to HN, TechCrunch, maybe the Next Web or Engadget depending
18.
▲
by
andrejewski
14y ago
Older IEs have Microsoft proprietary CSS jargon like filter that may work, but I don't know about transitions specifically.
19.
▲
by
andrejewski
14y ago
I like how it is not best viewed in Internet Explorer!
20.
▲
Ask HN: What timezone should I use?
1 points
by
andrejewski
14y ago
|
1 comments
21.
▲
by
andrejewski
14y ago
I agree. As it stands now it would make the most sense to learn JavaScript, then I would learn jQuery if I were you, then move into sockets and node.js. You could then use this one language for the frontend and server-side. Don't learn Java
22.
▲
by
andrejewski
14y ago
Instead of the image box with just a border, maybe have the image inside an image of the container it comes in.
23.
▲
by
andrejewski
14y ago
It's definitely something that gave me an idea.
24.
▲
by
andrejewski
14y ago
Ha.
25.
▲
by
andrejewski
14y ago
I did this in two hours. If there are problems, I'm sorry. Please point them out by replying here.
26.
▲
Show HN: Redesign = Helping US Manufacturing and Cleaning Up the Web
(mayorpear.com)
1 points
by
andrejewski
14y ago
|
1 comments
27.
▲
by
andrejewski
14y ago
Very interesting and a bit scary. Think about it, a screen that can reach out and change its shape. That almost guarantees some (software) application misuse if they are given access to screen control. But on the other hand, gaming would be
28.
▲
by
andrejewski
14y ago
This seems like a walled garden approach, a better strategy may be a community where people can vote on names publicly. There's potential here, but more if it's public. Good start.
29.
▲
by
andrejewski
14y ago
It's just most likely a javascript call of window.close, it's not that cool.
30.
▲
by
andrejewski
14y ago
Nowadays instead of having the sub-systems you are referring to for storing data, many scaled databases use NoSQL and Redis for databasing and caching. The caching is probably the more scalable of the two because caching at any level has to
More ›