Hacker News new | past | comments | ask | show | jobs | submit | more daurnimator's comments login

That seems to be at least a $22000 car. (cheapest one for sale right now: https://www.carsales.com.au/cars/details/2015-nissan-leaf-az... )

How on earth is that worth it when a similar era e.g. mazda 3 is $13000?


$9000 is a couple of years of fuel for a lot of people. Other incentives (cheaper rego, no FBT, etc) may apply to you depending on your position/state.

You're also likely to spend significantly less in maintenance due to simpler systems with less wearable parts.


They're stupid inflated right now. Pre pandemic, they were selling for ~7500 used in the US.


> They're stupid inflated right now. Pre pandemic, they were selling for ~7500 used in the US.

Some stats indicate that second hand car prices are plummeting at the moment now that supply chains are normalising. I suspect this won't extend to electric cars which kind of have their own supply-side problems though!


I kick myself every day for not pulling the trigger when they were that cheap. That's less than some higher-tier electric bikes!


Note that Postgres has built in range types which makes much of this cleaner. See https://www.postgresql.org/docs/15/rangetypes.html#RANGETYPE...


I guess Datomic is the most mature system, which uses a persistent in-memory index structure, mapped to a common on-disk storage system.

That said, nowadays it should probably be possible to store the persistent data structure in a log-structured file for instance and to make use of fast random-reads of enterprise PCIe SSDs without the indirection of another data store / index to traverse for each index page.


You might be able to find a solution in migadu (https://www.migadu.com/)


I found Migadu through a HN post like this and can't recommend them enough. It feels like having my own mail server without the headaches. The pricing model works for me and I find the control panel really well laid out. I don't think I could return to an email provider that leases emails at my own domain back to me.


Wow, this is exactly what I'm looking for. How often do emails you send go to other people's spam? Do you know people with an outlook email?


I've not experienced that problem. I'm uncertain how many Outlook inboxes I've mailed, but I have done so and they did work.


Fails to load in firefox 105.0.1 (64-bit ArchLinux) for me.

    WebGL warning: <Create>: WebglAllowWindowsNativeGl:false restricts context creation on this system. d3wasm.js:1:156185
    Failed to create WebGL context: WebGL creation failed: 
    * WebglAllowWindowsNativeGl:false restricts context creation on this system. ()
    * Exhausted GL driver options. (FEATURE_FAILURE_WEBGL_EXHAUSTED_DRIVERS)
    Uncaught TypeError: GLctx is undefined


Supposedly a firefox bug. Try about:config => webgl.force-enabled = true


FWIW, working on Firefox Dev Edition on 64-bit Arch for me.


While I don't disagree, a secure location with a trusted proctor is not simple or easy for all cases: students may be studying remotely/at home, which could be in a rural area with no accessible proctoring, or internationally with no trusted proctoring.

And that is not always due to their own wishes: covid lockdowns, unavailability of international flights or other governmental restrictions may be keeping them there.


Not to mention people with disabilities.


> I'm guessing the town wants him to do very basic stuff to get the property up to code, and he doesn't want to.

It looks like he wants to but the city won't let him. e.g. https://twitter.com/pontifier/status/1534754382885052417


This is a process problem. The correct order to do things is: pull permit to fix plumbing, that permit will allow you to connect to the city water for testing purposes once you've proven the system will hold pressure (initial inspection), then when you're connected to the water an additional inspection will be done to verify working plumbing, if thats the only outstanding issue you can apply for a certificate of occupancy, otherwise you move onto other work.

Dealing with the government on things like this can be EXTREMELY frustrating especially if you're not used to running in those circles. Its a lot of things to learn and the people involved assume you know everything and when you get difficult they have a million ways to make your life more annoying.


The city will not issue the permits to do the work. FULL STOP.

I literally already have a city water connection and it's costing me a hundred bucks a month just to sit there unused because I can't get the permits to fix the plumbing... So what would you do in that situation?


According to the city website, there is a vacancy in the planning commission. Apply for it, you'll probably have a lot more success getting the permits you need if they see an official making the requests.


Lawyer up, and get some private security preferably armed with tasers at a minimum.

You got a great bargain, now these expenses are the price of doing business.


Lawsuit has already been filed.


Whats the justification for not issuing plumbing repair permits? Or is it an issue of getting it inspected?


I know a lot of businesses that just put up brown paper and do the construction in secret because local governments are such a PITA.

Im not offering advice... but I see this often.


My Sony Z3 Compact back in 2014 had IP68 and a headphone jack.


https://github.com/yefremov/isnan

An entire module for just `return value !== value;`



Which wasn't everywhere in 2017, when isnan was created: IE11 didn't (and still doesn't, though it's less relevant) have isNaN()

(Not supporting a culture of taking a dependency for this sort of thing, though)


Just to be clear, because your comment made no sense to me: what IE11 doesn't support is Number.isNaN(). It definitely does support (and has since IE3) plain isNaN(): https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...


Regular isNaN is very tricky, and almost never what you want: it first coerces its input to a Number, and then checks if that is NaN:

                isNaN   Number.isNaN
                -----   ------------
    {}           true          false
    [true]       true          false
    undefined    true          false
    "{}"         true          false


But none of those things you listed are numbers. The isNaN output is exactly what I want in pretty much every case.


isNaN does not tell you whether something is not a Number either. Applying isNaN to any of these returns false: null, true, false, [], "", "cabbage".


I'm gonna create a package for isX() for each x in the set of integers. Please use my packages for all comparisons from now on.


is-thirteen is six years old: https://www.npmjs.com/package/is-thirteen


> You should pay them by their time, like you would a doctor. Except it'll cost like $200

I looked into this a couple of months ago. It turns out it costs minimum ~$2,000 here in Australia to get anything that's not "General Advice only".


Ah dang. I was a bit worried I low-balled that number. You might've already seen this, but you tried this guide for finding one? There's a register of advisers in aus, could shop around a bit?

https://static1.squarespace.com/static/5eb4889e5e47b4255c410...



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: