I gave a lightning talk at https://nishi-shinju-clojure.connpass.com/event/52434/ pertaining to Shift_JIS encoding in Clojure libraries out there.
Nick Tune discusses the importance of product data and interoperability in construction. Manufacturers need to provide standardized product information like COBie properties, BIM objects, and performance data to meet customer demands. A product data template (PDT) can be used to structure this information for distribution. CoBuilder offers a software called goBIM that allows manufacturers to create PDTs, map their data to different standards, and distribute it through various channels to facilitate interoperability across the industry.
Nick Tune discusses the importance of product data and interoperability in construction. Manufacturers need to provide standardized product information like COBie properties, BIM objects, and performance data to meet customer demands. A product data template (PDT) can be used to structure this information for distribution. CoBuilder offers a software called goBIM that allows manufacturers to create PDTs, map their data to different standards, and distribute it through various channels to facilitate interoperability across the industry.
I gave a talk about a Clojure library called formative, which makes life better when you have to deal with web forms. These are the slides. Presentation was done in Japanese at the Lisp meetup #49 https://lisp.connpass.com/event/50148/
InsureQlik provides a break through to make a partnership arrangement. We offer you a specific tool insurance broker software that let you go hand in hand with the insurers who are looking for thrilling ways to grow and become successful.
El documento proporciona información sobre el género musical pop, incluyendo sus orígenes a finales de los 1950s como derivado del rock and roll. Describe a varios artistas populares como Lady Gaga, Michael Jackson, Madonna, Selena Gomez y Adele, así como características del género pop como su duración de 3 a 5 minutos y letras que se centran en temas sentimentales. También resume brevemente la historia del término "pop" y algunos cantantes famosos que han fallecido.
Fukuoka University Public NTP Service Deployment Use caseAPNIC
Fukuoka University has been providing a public NTP service since 1993, but the traffic has increased dramatically in recent years, causing network failures and high CPU loads. After investigating the network configuration and traffic patterns, they determined that the default NTP server settings in many devices were pointing to their servers. They are now requesting that device manufacturers and manual authors remove Fukuoka University's NTP servers from default configurations to help reduce the heavy traffic load.
Here is an edited view of a Keynote presentation I have given to a variety of Ad Agency senior management. The focus really to question their current model in the holding companies and to be a catalyst for discussion about changes required to better address the changing consumer landscape and their demands for us all to be "Customer Obsessed".
- clj is a command line tool for managing Clojure projects and dependencies without requiring Leiningen. It uses a deps.edn file to specify dependencies.
- Problems with current dependency approaches include breaking changes, namespace conflicts from multiple versions, and lack of support for Git dependencies.
- deps.edn allows specifying local directories and Git repositories as dependencies, making multi-repo development easier without artifact deployment.
- clj has advantages over Leiningen for new projects but Leiningen is still useful for publishing libraries to Clojars. Migrating existing projects to clj may be worth considering.
I gave a talk about an excellent Clojure/ClojureScript rule engine library at Ichigaya Geek Night September 22 2017. https://ichigayageek.connpass.com/event/65356/
- The document discusses ClojureScript, a Lisp dialect that compiles to JavaScript. It provides an overview of ClojureScript's features like immutability, concurrency, and syntax extensibility through macros. It also summarizes popular ClojureScript tools like Lumo, Calvin, ShadowCLJS, and Macchiato and recommends options for getting started with ClojureScript depending on needs and preferences.
I gave a short talk at a small JavaScript study group about the strengths of ClojureScript in order to convince the audience to try it out. Event: https://it-ghost.connpass.com/event/59062/ June 24th, 2017
Clojure's history of web development began with using Clojure as a library for Java servlets in 2007. In 2009, Ring was introduced as a standard for request-response processing using Clojure maps and middleware. This was inspired by Rack and WSGI. Compojure provided routing capabilities. Early frameworks like Noir and Conjure bundled technologies but lacked flexibility. More recent options like Pedestal, Duct, Arachne, and Luminus integrate Clojure libraries for full-stack development with options for asynchronous processing, components, and Node.js support. The ecosystem continues to be driven by community contributions.
This document provides instructions for setting up Redmine, an open source project management tool, on an Amazon Linux EC2 instance. It includes steps to install Apache, Ruby, MySQL, Redmine and its dependencies using yum. It also covers configuring MySQL for UTF-8, creating a Redmine database and user, installing the Redmine code, configuring the database.yml file, initializing the database, and installing Passenger to run Redmine under Apache. Finally, it provides the default Redmine login credentials.
Summarized casual ethics considerations that are required for the Japanese Professional Engineering Examination. (技術士一次試験)
It covers basic principles and thought provoking examples (classic and recent)
Ikuru K made their first pull request to contribute a patch allowing software rendering of an OpenGL demo program on machines with Mesa 10.3.2. They cloned the repo, found it did not run, raised an issue on GitHub, got a reply, tested a suggested fix, then submitted a pull request with two commits - one to set an environment variable and another to update the README. The maintainer asked them to squash the commits together which they did by merging and pushing to their branch, and their contribution was merged.
The document discusses the PyUnit testing framework in Python. It explains that test cases are classes that inherit from TestCase and contain methods starting with "test". Files containing test cases can be named anything but should end in "_test.py". The unittest module is bundled with Python and does not have external dependencies. To run tests, place test files in a directory and use a test runner to execute the tests and produce an aggregated results report. The coverage package can also be used to analyze test coverage across files.
Ikuru K reviewed their life from June 2014 through June 2015, noting several milestones: they graduated college with honors in robotics engineering, got their first job at TCS Japan working in an airline migration project, learned basic web and Python skills, and acquired their FE and AP certifications. For future goals from June 2015 to June 2016, Ikuru aims to master the Spring framework, learn Clojure and contribute to open source projects, and obtain higher-level certifications in embedded systems, networking, and information security while working to improve weaknesses in personality like public speaking ability and laziness.
Note to self on some potentially useful vim tricks.
Please do not that this is a constant wip, so if there is anything cool, please share or give me pointers!
The document summarizes the key components and basic instructions of a processor. It discusses the physical components like RAM, registers, ALU, and bus. It explains that a processor works as a finite state machine where the next state is a function of the current state and input. The basic instructions covered are load, write, arithmetic operations, compare, and jump. An example assembly program is provided to illustrate printing a character a given number of times using these instructions on an online assembler simulator.
This document provides an overview of computer hardware, networking concepts, and signs of hardware failure. It discusses that hardware underlies the programs we run and is governed by a clock speed. When suspecting hardware failure, check for unusual heat, inconsistent program behavior with same inputs, and issues with power or grounding. It also defines common networking terms like MAC addresses, which identify devices on a network, IP addresses for global and private networks, and DNS for mapping URLs to IP addresses. The document concludes by noting no single entity owns the internet and lists some incorrect guesses of potential owners.
Installing Japanese environment(mozc) on Debian 8 + Mate Ikuru Kanuma
This document provides instructions for setting up a Japanese environment in Debian Jessie with the Mate desktop environment. It outlines installing the Mozc Japanese input software from backports since it is not in the default packages, and configuring Ibus to add Mozc as an input method. Finally, it confirms the setup works in applications like Uxterm.
This document provides an overview of Git and version control systems, including:
- A brief history of Git and how it was created by Linux's original author to be distributed and scale with large projects.
- Explanations of common Git terms and commands like checkout/branch, commit, push, pull, and how the Git repository, index, and workspace interact.
- Instructions for getting Git set up on different operating systems and making the first commit to a new Git project locally or connecting it to a remote repository like GitHub.
SOAP UI is a tool used to generate mock web services from a WSDL file for testing client applications before the actual web service is available. It allows you to obtain a WSDL, create a SOAP UI project, generate mock services, test queries, and configure mock service responses. You can start by getting the WSDL for a sample weather web service, generate a mock service, start the mock service to test requests, and configure responses by populating values or adding logic.