HackerTrans
TopNewTrendsCommentsPastAskShowJobs

redstripe

no profile record

Submissions

2005 Camry L4 Software Analysis (2011) [pdf]

safetyresearch.net
2 points·by redstripe·5년 전·0 comments

comments

redstripe
·3년 전·discuss
This looks nicely polished and I might pay for this since it provides some real value but it has the same problem many other front-end SaaS products have - it hijacks the end user.

What I mean is that I can't use it without sending my users to your site. For example, I use sendgrid for marketing and transactional mail. I think our bill fluctuates between $200-500/month. I would consider using Sendgrid's WYSIWYG editor (even though it's not very good) but I can't do it without:

- sending my users to their website,

- managing separate accounts/permission,

- breaking continuity with my product,

- storing potentially private attachments offsite,

- loosing any integrations I could provide

What I would like from a product like yours is to be able to use your frontend as a javascript embed without the other clutter. i.e. a hosted library rather than a full product.

Your embed would have to define some sort of plug-in API for uploading images/attachments and browsing existing ones and then your clients would have to provide end points for those APIs.

I would then request the completed HTML after editing and handle all the sending and related issues myself (through my vendor like sendgrid).

I know building hosted javascript embeds isn't as sexy as a full SaaS offering but there is definitely a market for it. Lots of people sell products that send email - you could sell to those people.
redstripe
·5년 전·discuss
Fine. Perhaps I shouldn't have said any nation, but Afghanistan is not a modern nation state. It's a time warp back to some era 1000 years ago with poorly run government theater that only existed to keep the kleptocrats stealing from their wealthy benefactor.

Do you imagine some well armed coalition of militias in Idaho or wherever is going to be rampaging through the American countryside and declaring a new nation? I wonder if these guys hugged their rifles in their last moments: https://youtu.be/t9K0fhMCTGk?t=102 NSFW
redstripe
·5년 전·discuss
What's admirable about it? This is just a fiction that you Americans tell yourselves about the next revolution.

Name one, just one way, that ease of gun ownership has protected Americans from their government in a way that citizens of other western democracies have suffered?

There is no scenario in which any citizen with a gun in any country defeats their government. Your gun will keep you safe about as well as your password protected Word document keeps you safe from the NSA snooping.
redstripe
·5년 전·discuss
I don't know anything about the situation over there but did they really ban it? For example this bloomberg report talks about foreign ownership via holding companies. So are foreigners not able to hold stakes in NZ companies or are NZ companies not able to hold realestate (doubtful?).
redstripe
·5년 전·discuss
Doesn't it still exist in Quebec?
redstripe
·5년 전·discuss
Hi there, nice site.

I'm really like this combined side scrolling table + graph component you use on the pulse page. Looking at the source I see a mention of echarts in the html but I don't think I've seen anything like that in their examples.

Did you build this yourself as a custom rendered chart or is this something that someone else built?
redstripe
·5년 전·discuss
I don't know. I wish I fell for their scam back in 2009/2010 when they were flooding HN with bitcoin posts. There were so many it seemed coordinated.
redstripe
·5년 전·discuss
I don't know if we should give Toyota any praise over their supply chain management. Consider the situation with their electric vehicles.

The plug-in hybrid "rav4 prime" has a 2 year wait list. They sold 3200 last year because they don't have any battery capacity. https://insideevs.com/news/466641/us-toyota-rav4-prime-sales...

This is a bit of digression on this thread, but it's stuff like this that makes it seem like traditional car companies are still out to lunch vs Tesla. They're just too slow to adapt and give up what has worked for decades.
redstripe
·5년 전·discuss
Price Distribution by Year -- this is an interesting one. Looks like eventually there isn't a huge variance in price. So brands with "good resale value" probably don't matter if you're keeping your car a really long time.
redstripe
·5년 전·discuss
I run a hobby .net core website on a $5 digital ocean instance and it runs fast as hell. You definitively don't need to spend $30. I'm using a PG database but it looks like maybe it would even be possible to run SQL server on a 2GB instance.

https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-...

You just have to bite the bullet and learn a few linux admin tasks like setting up nginx, supervisor, file permissions.

https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy...