Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Rust
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
61.
▲
Nully Nullson - Shit Our Staff Sez (Twitter)
(twitter.com)
1 points
by
Rust
15y ago
|
0 comments
62.
▲
by
Rust
15y ago
That's just throwing complexity (IDE or SCM has to support that functionality) at a problem that doesn't need to be there in the first place (just use tabs instead of spaces). Even so, I would still need to tell my editor how many spaces to
63.
▲
by
Rust
15y ago
Always, always with the tabs, never spaces. The main reason is that on my widescreen monitor, indents of 4 characters or less are hard to visually parse in dense areas of code. If the original author of this code (the actual code I am setti
64.
▲
The Redis Manifesto
(antirez.com)
131 points
by
Rust
15y ago
|
5 comments
65.
▲
by
Rust
15y ago
Cars, sex and music, depending on the audience. After that, I explain the idea. Edit: (to clarify) Cars, like you said, because a certain amount of car knowledge is already in the popular mob-brain. It's fairly easy to describe your web ser
66.
▲
by
Rust
15y ago
Ironically, I just spent a bunch of time this weekend looking for MtG apps for Android. I installed and tried M:tG Tracker (only used it as a life tracker so far, but it worked well) and couldn't find anything else useful. I wonder how much
67.
▲
by
Rust
15y ago
Hehe - to actually answer the question, though, the method you are describing might work with enough good planning behind it. Unfortunately, it doesn't sound like your lead dev is willing to do that. You will probably find that the amount o
68.
▲
by
Rust
15y ago
Wow, sounds like my workplace - pretty much the same story, except the two devs who wrote the 300,000 line monstrosity are already gone (worst page record: a page with one topic and 300 comments generates over 10,000 - yes, ten thousand - c
69.
▲
by
Rust
15y ago
FLV is a holdover from a less civilized time. The new regime requests the following in at least 3 different bandwidths (mobile, standard, HD) each: * MP4 (h.264 Main Profile w/AAC audio) * OGG (Theora with Vorbis or MP3 audio) * WEBM (WebM
70.
▲
by
Rust
15y ago
I'd be happy to give an opinion or two! russ at indyarmy dot com
71.
▲
by
Rust
15y ago
#1 - ALWAYS encrypt passwords, no exceptions. Implementing SHA1 salted hashes is trivial. #2 - Dates should be stored in UTC (make sure the server has the timezone correctly set), and display in the user's TZ or a reasonable default. The la
72.
▲
by
Rust
15y ago
Ahhhh, I just transferred three domains there a couple of days ago! Sorry EFF! If I'd known they were going to do this, I'd have waited. Guess I'll just have to donate directly...
73.
▲
by
Rust
15y ago
Clickers: http://lolcode.com/specs/1.2 http://icanhaslolcode.org/
74.
▲
Ask HN: How Can I Create an RNG Without a Seed? In LOLCode?
1 points
by
Rust
15y ago
|
1 comments
75.
▲
by
Rust
15y ago
Web apps generally need to be accessible on port 80, and only a single service can claim an IP address and port combination. If web apps were distributed as services, each one would need to run on a unique IP/port combination. In order for
76.
▲
by
Rust
15y ago
Like @lucisferre, I've been enjoying my 15" MBP for dev work. I miss my old 17" Dell for the higher resolution and vertical space, but it's a small price to pay.
77.
▲
by
Rust
15y ago
https://github.com/indyarmy/MDW This has the limitation of not being able to chain queries via OOP, but does use PDO and is tested enough to be considered stable.
78.
▲
by
Rust
15y ago
Clicks: http://angelhack.com/ http://angelhacksf.eventbrite.com/
79.
▲
by
Rust
15y ago
I went through almost exactly the same situation a few weeks ago - Air for portability, Pro for speed. In the end, I went with the 15" Pro for two reasons - I can stuff 8GB of RAM in it for my web and audio work, and the 15" screen is way e
80.
▲
by
Rust
15y ago
Is this a commercial copy of Flightgear? http://www.flightgear.org/ It seems odd that Flightgear is never mentioned on the site, even though much of the text seems to be lifted directly off their site...
81.
▲
by
Rust
15y ago
In about 3 months, one of the startups I'm involved with will be operating in this space, including the availability of a white-label service tier and REST API. I can send you info if you're interested (my email is in my profile) in waiting
82.
▲
by
Rust
15y ago
http://noostr.com/ - it's older, but not abandoned. An update is coming in the next couple months with some much needed patches and additions.
83.
▲
by
Rust
15y ago
The IndyArmy link is just the "skeleton" that gets loaded when a site is created but has no other content. No redirect involved, and it's meant to let my clients know their site is working and to get something on it quickly :) Thanks for th
84.
▲
Ask HN: What to do with several unused domains?
1 points
by
Rust
15y ago
|
2 comments
85.
▲
by
Rust
15y ago
I will argue that ORMs are not useful to the majority of good developers. The PHP app I am currently saddled with generates anywhere from 100 (absolute minimum) to 40,000 MySQL queries on every single page view thanks to a developer who did
86.
▲
by
Rust
15y ago
Isn't that what building in a plugin or extension pattern enables?
87.
▲
by
Rust
15y ago
For the web, you want MP4 (h.264), OGG (Theora) and WebM to be able to play in all browsers using Flash as a fallback (Flash will use the MP4 file). If the computer viewing the Powerpoint presentation has Quicktime installed, an MP4 (or MOV
88.
▲
by
Rust
15y ago
It does seem to vary a lot between about 2 minutes and 5 minutes of inactivity. Like I can read or even nicely skim 30 articles in 2 minutes...
89.
▲
by
Rust
15y ago
No argument from me - but how many people are using it? Just from watching SO for a few days it seems that nearly all of the people having trouble with their code (tagged 'mysql' and 'php') are using the old methods. Almost no one is using
90.
▲
by
Rust
15y ago
This project is just a simple wrapper for accessing a database. It simplifies things for people who might tend to forget sanitizing their inputs (particularly INSERT/UPDATE/DELETE) while providing a convenient, class-based interface.
More ›