HN user

mmaul

15 karma
Posts0
Comments11
View on HN
No posts found.

This reminds me a lot of Pure (https://agraef.github.io/pure-lang/). What I liked about Pure is the symbolic rewrite + the Haskell-esque syntax with out the strictness + easy ffi.

I really do like how you have smoothly integrated this into Python. Though the symbolic pattern matching is well pretty amazing and make me think about things a little different now. You could probably implement something like this in Julia with it's macros and flexibility in manipulating the AST. I hate Python, but I'm forced to bow to the ecosystem.

Yea I guess the problem is with a party that is intent on disregarding truth or facts or verifiability or reality is not going to prevail against attacks against the system (unless it is rigged in their favor). What does code matter to them.

CGI Federal | Cybersecurity Data Architect | Fairfax VA ONSITE, WFH currently | https://www.cgi.com.

CGI Federal is looking for a Cybersecurity Data Architect Passionate about Cyber Security and Data Analysis and modeling? Be part of a team that is bringing Continuous Monitoring to a large group of Federal Agencies.

The Job:

  * Integrate and model cybersecurity data feeds.

  * Develop data ingestion pipeline.

  * Apply analytical methods to analyze large datasets.

  * Develop reporting and visualizations that enable strategic decision making.
What we are looking for:
  * Understanding of cybersecurity focused terminology and data sets.

  * 5+ years of experience working with large and varying data sets, applying qualitative and quantitative analysis to interpret the data.

  * Experience developing complex data ingestion, analysis, and visualization pipelines from disparate data sources in varying formats using JSON.

  * 3+ years of experience utilizing open source tools and programming languages (at least 2): Python, Power Shell, Java, Groovy and/or SQL.

  * Axonius experience preferred.

  * Desired 2+ years of experience with AWS (Kinesis/Storage/ETL), ElasticSearch, Kibana.

  * Strong analytical skills with the ability to analyze data sets to determine trends, establish strategies and make decisions.

  * Outstanding interpersonal and communication skills

  * US Citizenship
Find out more at: https://cgi.njoyn.com/CGI/xweb/Xweb.asp?clid=21001&Page=JobD...

#CGIFederalJob #CDMDEFEND

Be part of building one of the largest independent technology and business services firms in the world. CGI is one of the top 5 largest global IT companies spread across 40 countries with endless opportunities to expand and grow. As a CGI Federal Member,you have the opportunity to be a shareholder at CGI and join a family of 77,000 members strong.

Roswell, is a "killer app", as far as using Common Lisps with Continuous Integration and Coverage services (TravisCI, CircleCI, Coveralls et al) is concerned. It is not an interface to CI systems it is an Lisp Implementation manager and makes using CI services dead easy event multiple lisp implementations. Roswell also provides a handy hash bang scripting for Lisp.

Lush's purpose a little dfferent than Matlabs. The abstractions are a little lower level than Matlab for instance. But then again you you can compile your functions directly to machine code. There are trade offs to everything in life.

Matlab,Ocatave,R,S are great but if you need to be closer to the metal, Lush offers a very good compromise.

If you have taken Andrew Ng's Machine class the handwriting recognition system that is mentioned in the course was implemented in Lush. I think the original code is is even included in the demos distributed with Lush.

Lush is an excellent platform for machine learning. There are bindings to gnuplot ,opencv, lapack, gsl, an optimization library for gradient descent, a machine learning framework, a nerual network simulator.

It also has very nice matrix and vector manipulations features built in to the language and is very easy to bind to C code.