Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mayhew
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mayhew
9y ago
You can do this in Firefox by going to Preferences > Search > Set "w" as the keyword for Wikipedia
2.
▲
by
mayhew
9y ago
I downloaded Firefox from mozilla.org and configured a ~/.local/share/applications/firefox.desktop file so that it appears in the GNOME Shell menu. It auto-updates and works great.
3.
▲
by
mayhew
9y ago
I've been running Stretch for 6 months and can't remember a single crash or issue. Amazingly stable release, kudos and thanks to everyone involved.
4.
▲
by
mayhew
10y ago
Great to see custom derive landing in stable. Big thanks to Mozilla and everyone else working on improving Rust!
5.
▲
by
mayhew
10y ago
I love everything about this project. I know a lot of developers that have been using i3 for years, and because of this project when it's time for them to upgrade to Wayland, they won't have to alter their workflow. #sway on freen
6.
▲
by
mayhew
10y ago
> this is still better than "no SSL whatsoever" This breaks the expectation that if a website is using HTTPS the connection is encrypted from source to destination. I'm not sure it's better as it's effectively gi
7.
▲
by
mayhew
10y ago
Agreed, Rust's way of error handling with Result and try! (or ?) is far superior.
8.
▲
by
mayhew
10y ago
The Bold Roboto [1] just looks awful on my machine. Arial [2] looked much better, and if they want to use the system font, Ubuntu [3] also looks much better. [1] http://i.imgur.com/zfThWXP.png [2] http://i.imgur.
9.
▲
by
mayhew
10y ago
At least C++ has a stack to re-invent. With C you're missing Vector and Map before you even start.
10.
▲
by
mayhew
10y ago
Yeah, it's hard for Python to compete with languages like Go and Erlang that multiplex IO in the runtime.
11.
▲
by
mayhew
10y ago
I'm pretty sure both Node and Tornado have the same mental model of async. Both have callbacks and both have async/await functionality that makes it look more like blocking code. The main benefit of Node as I see it is that the en
12.
▲
by
mayhew
10y ago
If you're interested in KDE on Fedora 23, I haven't tried it but I've seen this [1] which may persuade you to find another distro for KDE. [1] https://lists.fedoraproject.org/pipermail/kde/2015-Octob
13.
▲
by
mayhew
10y ago
You can paste the XML on the Debian Fonts wiki page to get nicer (IMO) looking fonts. https://wiki.debian.org/Fonts#Subpixel-hinting_and_Font-smoo... Paste it into ~/.config/fontconfig/fonts.conf
14.
▲
by
mayhew
11y ago
nosurf [1] is a pretty popular CSRF protection package for Go. You need to realize that Go's built in "web framework" is extremely minimal unlike Django. It's more comparable to something like Flask, which also doesn
15.
▲
by
mayhew
11y ago
Those stats are very unreliable. Most Linux web browsers (including Chrome) do not send the specific distro they're being used on. Ubuntu patches Firefox to include Ubuntu in its User-Agent, but most other major distros do not.
16.
▲
by
mayhew
11y ago
> Mint is famous for it's volume icon that includes album art for what's playing, various other info, and controls to let you pause/skip tracks. GNOME and Unity also have that, probably KDE too.
17.
▲
by
mayhew
11y ago
Installing Ubuntu GNOME and then installing Cinnamon would give you a nearly identical setup. Cinnamon is basically just a replacement for GNOME Shell. You could also install Nemo if you prefer that file manager.
18.
▲
by
mayhew
11y ago
> Go is not general purpose Can you explain?
19.
▲
by
mayhew
11y ago
I don't use GitLab but after browsing the source code on their official site[1] I couldn't help but notice how slow it is. [1] https://gitlab.com/gitlab-org/gitlab-ce/tree/master
20.
▲
by
mayhew
11y ago
Go is such a simple language that I believe any decent developer could be productive with it within a week. I'm not sure the hiring argument is all that great.
21.
▲
by
mayhew
11y ago
Assuming this [1] is the main source repository for webapp2, it hasn't had any serious development since early 2012 and there's probably no reason to use it. [1] https://code.google.com/archive/p/webapp-i
22.
▲
by
mayhew
11y ago
You could always just use Werkzeug directly if you're just building an API.
23.
▲
by
mayhew
11y ago
Ubuntu releases come every 6 months with a LTS every 2 years. The non-LTS releases are of pretty questionable quality and are only supported for 9 months, which makes them pretty awful for server use. Debian releases and Ubuntu LTS releases
24.
▲
by
mayhew
11y ago
This is one of the first things I install on any new Linux system. Amazing tool.
25.
▲
by
mayhew
12y ago
Yeah, I think the sweet spot is using SQLAlchemy's ORM for simple queries and dropping down to core for more advanced usage. Best of both worlds.
26.
▲
by
mayhew
12y ago
What do you use to query a relational database, if not an ORM? Do you build your SQL with string concatenation? In my experience that gets messy very quickly for complicated queries, so you end up needing some sort of SQL builder abstractio
27.
▲
by
mayhew
13y ago
If there's one thing I was really impressed with when trying out Windows 8 and whatever version of IE it came with, it's the hardware acceleration when scrolling. I've never seen such smooth scrolling before, ever.
28.
▲
by
mayhew
13y ago
Circus is Python 3 compatible if people are looking for an alternative to supervisor. There's always the option of just using Upstart or systemd as well.
29.
▲
by
mayhew
13y ago
What are the benefits of using something like this if your OS comes with a modern init like systemd?
30.
▲
by
mayhew
13y ago
Pretty sure the Microsoft subpixel rendering patents are only applicable in the United States.
More ›