Readit News logoReadit News
tkinz27 commented on Ask HN: Who is hiring? (June 2024)    · Posted by u/whoishiring
tkinz27 · a year ago
Brain Corporation | Many Software Engineering roles | Hybrid and Remote | full time | San Diego CA

Brain Corporation is looking for software engineers to help us build our autonomous mobile robot (AMR) platform. We have open roles within our Cloud and Robot platform teams as we start to ship our next generation AMRs.

We are looking for

* Senior Cloud Software Engineer (Remote Eligible) 130k-160k

* Senior Cloud Software Engineer (Hybrid) 130k-160k

* SWE II Cloud Software Engineer (Remote Eligible) 125k

* Senior Simulation Software Engineer (Hybrid) 130k-160k

* Senior Data Software Engineer (Hybrid) 130k-160k

Apply at https://www.braincorp.com/careers

New cleaning AMR - Tennant X4 ROVR https://www.youtube.com/watch?v=0oRD2i3oo1s

New inventory analytics AMR - Dane AIR https://www.youtube.com/watch?v=wBiWUgG_2gg

tkinz27 commented on Ask HN: I’m an FCC Commissioner proposing regulation of IoT security updates    · Posted by u/SimingtonFCC
hannob · 2 years ago
> The FCC recently issued a Notice of Proposed Rulemaking [2] for a cybersecurity labeling program for connected devices.

That appears to me to be the wrong way to go about this, and it has specifically to do with how IoT security is a problem.

The most severe case of IoT security problems we have seen were things like mass botnets, where plenty of devices of the same type were hacked and then used for things like DoS attacks. Notable cases include the DoS attacks against Brian Krebs for some of his reporting.

The important thing to understand here is that the device owner is not the primary victim. That's a third party.

This is not about consumer choice, because consumers by and large do not care, because they are not the people being affected by this. An optional security label tries to adress it as a consumer choice problem, which it isn't.

tkinz27 · 2 years ago
A big issue with botnets running on device owner equipment is the amount of bandwidth they "steal" from the device owner. Especially for device owners who are on constrained networks (such as a mobile/satellite network) this can be a really expensive issue for the device owner.

So while the device owner may not be the primary victim, they can definitely still be heavily affected.

tkinz27 commented on Ask HN: Who is hiring? (July 2023)    · Posted by u/whoishiring
tkinz27 · 2 years ago
Brain Corporation | Multiple Roles | Full Time | Hybrid (Onsite as needed) | San Diego

Brain Corp is a team of innovators, surfers and, well, brainiacs, that love bringing robots to life through pioneering AI software technology. We take great pride in helping our customers build smarter operations around autonomous robots that are safe, intelligent, and easy to use so they can help people in everyday jobs within environments such as retail stores, malls, airports, hospitals, and more.

We are hiring for multiple roles including a Senior Data Engineer and a Cloud Software Engineer.

To apply see https://braincorp.com/company/careers/

tkinz27 commented on Ask HN: Who is hiring? (October 2021)    · Posted by u/whoishiring
tkinz27 · 4 years ago
Brain Corporation | Multiple Openings |San Diego, CA |

Brain Corp is a San Diego-based AI company that specializes in the development of self-driving technology. We are taking our proprietary BrainOS (robot operating system) and putting it on machines to turn them into self-driving, autonomous robots. We have raised $110m from SoftBank and Qualcomm Ventures.

We have announced partnerships with Walmart in the US and Softbank Robotics in Japan and have over 10,000 mobile, autonomous robots in commercial environments.

We are hiring across all engineering functions (Research, Software, Electrical, Mechanical). Our full job board can be found here: https://www.braincorp.com/careers

Highlighted openings:

* C++, Rust, Python Developers (Linux)

* Go, Typescript Cloud Software Engineers (Jr & Sr levels)

* Software Test Automation Engineers/ SDETs

All positions are posted on the website link above. We have great benefits including lunch catered daily, unlimited snacks & drinks, unlimited vacation for exempt positions, and 4% 401k matching. Typical Interview Process: recruiter phone screen, take home test, technical phone/video screen, onsite, offer.

Contact us at careers@braincorporation.com if you don't see a role that matches; feel free to send your resume over to us and let us know what you would be interested in.

tkinz27 commented on AWS CodeArtifact: A fully managed software artifact repository service   aws.amazon.com/about-aws/... · Posted by u/rawrenstein
manigandham · 5 years ago
What's the purpose of intermediate packages if you're already using containers?
tkinz27 · 5 years ago
Very large c++/python/cuda application that is packed into various different images (squashfs images, but functionally the same).

We end up having a lot of libraries that are shared across multiple images.

tkinz27 commented on AWS CodeArtifact: A fully managed software artifact repository service   aws.amazon.com/about-aws/... · Posted by u/rawrenstein
tkinz27 · 5 years ago
It’s frustrating to not see more system package management (deb, rpm) from these new services (github and gitlab for instance).

Are others not packaging their code in intermediate packages before packing them into containers?

tkinz27 commented on Altair – A declarative statistical visualization library for Python   github.com/altair-viz/alt... · Posted by u/dragonsh
tkinz27 · 5 years ago
Data scientists at my previous company switched to https://github.com/has2k1/plotnine when we made a big push to python. Bit closer api to ggplot than Altair.
tkinz27 commented on New AMD EPYC-based Compute Engine family, now in beta   cloud.google.com/blog/pro... · Posted by u/cvallejo
tkinz27 · 6 years ago
Its really great to see more AMD options for cloud instances. Now I'm just waiting for more ARM architecture options. Not having to cross compile code (a1/m6g AWS instance types) has been very useful in my day to day job.
tkinz27 commented on Vim.wasm   rhysd.github.io/vim.wasm/... · Posted by u/fibo
tkinz27 · 6 years ago
I wonder if this will be useful for electron based editors like vscode's vim plugin. I know the plugin is "good" but I always find something that works in vim and doesn't in the plugin and end up going back to my terminal.
tkinz27 commented on Excel team considering Python as scripting language: asking for feedback    · Posted by u/smortaz
zoom6628 · 8 years ago
Much as i would love for the power of Python in Excel it is important that whatever is done is consistent across the office experience. Some of us old enough to remember the multiple versions of VB-whatever across Excel, Word, Access and that in itself was a blow to productivity.

Yes they should choose Python, and in the process decide if it will be Python with a .Net library (standard and core as seperate libs please!) or IronPython. This in itself is an important first choice.

Then it has to be done in a mechanism that enables the exact same libs and user written python code to work in the same way across all the Office products.

Other languages have been suggested, all good choices with their own merits. Lua is a good chocie for compactness and speed. C# is lingua franca of commercial developers so would suit ISVs but i think too heavy for end user scripting. Nim or even freepascal maybe? Lastly whatabout just using VB.net consistently? VB is a great language for newbs and casual/adhoc programmers .... but it gets ignored because of problems with consistency of implementation by MS.

Last point i would like to make is IMHO the choice needs to be based on: - ability to transpile to javascript so that Excel365 can be scripted from webapps - install-free deployment; should be built into Excel in a way it can be used without any user install for dev or runtime - standard vanilla language, not a variant

Disclaimer: A huge fan and long time user of python here. I also spent largest part of working life in ISV world rather than end user land.

tkinz27 · 8 years ago
The office 365 support could be implemented using the jupyter kernel protocols rather than transpiling to javascript. That would give them a consistent behavior across desktop and web and even open the door to support more languages in the future if they really wanted to.

u/tkinz27

KarmaCake day29September 2, 2015View Original