Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mradmin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
mradmin
5y ago
Can you give some examples of why the nodejs community is not nice?
2.
▲
by
mradmin
5y ago
Let's not forget about http://prototypejs.org/ & http://script.aculo.us/ for modern Web 2.O
3.
▲
by
mradmin
5y ago
Sure, could be. I guess i'd expect Microsoft to have company-wide processes and practises when working with OSS though. Could be wishful thinking.
4.
▲
by
mradmin
5y ago
Seems like a mistake to me. Microsoft recently adopted one of my Open Source projects and part of the agreement was they would keep the original license. This was a request on their part, I had no choice in the matter. They know what they&#
5.
▲
by
mradmin
5y ago
Here's an example using GitHub Actions: https://github.com/badsyntax/docker-box/tree/master/examples...
6.
▲
by
mradmin
5y ago
Agree the traefik config is a little complex but otherwise it works great for me. About using portainer, it's useful for showing a holistic view of your containers and stacks, but I also use it for remote deployment of services (Eg as
7.
▲
by
mradmin
5y ago
My anti-kubernetes setup for small single servers is docker swarm, portainer & traefik. It's a setup that works well on low powered machines, gives you TLS (letsencrypt) and traefik takes care of the complicated network routing. I
8.
▲
by
mradmin
5y ago
Can you run microk8s or k3s on a single server/device? Even if you can, seems like the wrong tool for the job with unnecessary complexity...
9.
▲
by
mradmin
5y ago
This is the approach I use, but I've always found some sort of issue in every generator I use. A valid openapi spec does not imply a generator will be able to handle it. You'd think have a specification would mean the generators a
10.
▲
by
mradmin
5y ago
Some of these are multi-liners that can be converted to one-liners. For example I believe "npx" can be used for all the node examples for example "npx http-server -p 6007 ./root" [edit] ahh i see this is called out
11.
▲
by
mradmin
5y ago
There's also some wacky code in the HTML. Check out the body tag: <body class="post-template-default single single-post postid-4483 single-format-standard bridge-core-1.0.6 qode-title-hidden qode_grid_1200 footer_responsiv
12.
▲
by
mradmin
5y ago
It's "an hour a day(+/- 10 minutes)" which I read as "an hour a day give or take 10 minutes"
13.
▲
by
mradmin
5y ago
(deleted)
14.
▲
by
mradmin
6y ago
I was expecting something more like Gorce ( https://gource.io/ ) that shows contributions via commits but this is rather cool nonetheless.
15.
▲
by
mradmin
6y ago
Staticman is awesome for static websites! (next.js, jekyll etc). It provides user content via pull requests. That's all it does! This means you have complete control over the UI. No loading of 3rd party scripts etc. I wrote a blog post
16.
▲
by
mradmin
6y ago
I don't understand the title. Does the OP not understand the difference between Europe and the EU?
17.
▲
by
mradmin
6y ago
> You'd use it where you'd use REST/API/JSONRPC/ Not really. You'd use it for inter service communication but can't really use it in the browser (see grpc-web)
18.
▲
by
mradmin
8y ago
I live in Barcelona (expat). On the "main" beach (Barceloneta) you'll find full on nudity, mixed with tourists, families and others who aren't nude. The thing is, truely no one cares. It is so not sexual, and i am yet to
19.
▲
by
mradmin
11y ago
I can't speak from experience with regards to this particular approach, but I've worked with css-modules with webpack (css-loader), and debugging the class names is no problem at all, CSS source-maps point to the source, you can v
20.
▲
by
mradmin
11y ago
I assume soucemaps would solve this.
21.
▲
by
mradmin
11y ago
This website made me totally lose the plot, while attempting to spot the drowning child from the beginning of the video after refreshing the page.
22.
▲
by
mradmin
12y ago
Here's an even more minimal seed project i've been working on (with sass): https://github.com/badsyntax/react-seed
23.
▲
by
mradmin
12y ago
GWT pronounced «gwit» Seriously? First I've heard this is how you pronounce it. And how does one pronounce gwit? I think I'll continue to call it: G.W.T.
24.
▲
by
mradmin
12y ago
Is IE11 really considered "old"? IMO, these fixes need to be released for IE11, because flexbox is supposed to work in IE11.
25.
▲
by
mradmin
12y ago
I'm working on a project that uses flexbox heavily and the layout was not tested in IE during the development process. (I guess the developers assumed IE11 was modern enough!) I joined the project late, and my task was to get the layou
26.
▲
by
mradmin
12y ago
Whoa this brings back some memories! I was mostly a Fast Tracker user though. I used to love spending hours downloading .xm's at my dad's work so I could rip the samples and use them in my own tracks.
27.
▲
by
mradmin
12y ago
Regarding image sprites, if you're using a CSS pre-processor, like Sass (with Compass), then auto-generating sprite images and associated classes is trivial and adds little to no complexity or maintenance.
28.
▲
by
mradmin
12y ago
It's slow for me also on Chrome 35, but i can't jump to any assumptions on why, without doing the proper debug. For example, the home page is loading a video and adding syntax highlighting to code examples, which can also be slow.
29.
▲
by
mradmin
12y ago
Slow UI or slow loading? Slow loading is due to all the HTML imports generating HTTP requests. This can be optimised by inlining the web-components, using a tool like https://github.com/Polymer/vulcanize I'm not s
30.
▲
by
mradmin
13y ago
What if you had a requirement to create variation styles of those elements? How would you do that? Would you add you base style in your id selector, and then variations with classes? Again, you'll face specificity issues with that appr
More ›