Events official website
-
Interesting.
-
Itâs been a while since I attended an engineering festival of sorts, and it was great. I used to attend, but not for a while recently, and I think I need to be proactive about it.
-
If we donât regularly bathe in the energy of pure creation, which we create just because we want to create it, without thinking about its usefulness or anything else, we will run out of vitamins for our minds.
-
Whatâs good about it.
- âI made it shine just for the heck of it,â âI wanted to make it, so I made it.â
- Filled with pure âengineering principlesâ.
- Iâm dazzled that I used to be like that (more than 10 years ago).
- Iâll write the details on another page when I feel like it negative personal history, since it would be âabrupt self-talkâ if I write it here.
-
Why did you participate in this event?
- Electronic nameplate. See digital nameplate.
- The blog post went viral on Facebook.
- I bought it right away because it said, âYou can get it if you buy a sponsor ticket.â
- Because the cost of the parts alone is likely to be around 10,000 yen, and if you add the labor cost of the trial and error to make it work, itâs clearly a bargain.
- 2018-08-10 Facebook
-
If you purchase a digital nameplate, it comes with a ticket to the event.
-
Iâll have to remember to go to the event⊠itâs not mail order, so it wonât be delivered to my houseâŠ
-
-
as a matter of fact
- I didnât grasp that Cybozu was sponsoring the event.
- Maybe I saw it in our internal kintone, but instantly forgot about it.
- I knew uchan_nos was going to talk about OSS policy somewhere, but I didnât remember it being here.
- I didnât grasp that Thursday was the eve of the festival.
- I didnât grasp what I needed to pre-register for the reception.
- I didnât grasp that Cybozu was sponsoring the event.
The following is a quote from my Twitter feed without any particular source indicated.
Thursday
- the eve (of festival)
- uzulla: toast & wearable mystery gadgets.â
- cho45: after my own BLE keyboard.
-
Iâve been away for a long time, but Iâm starting to feel like I should attend these events more often.
-
- kazuph: The Dark Side of IoT Development.â
- SNS ban presentation
- Iâm scared. Iâm scared.â
-
I enjoyed the âDonât Tweetâ announcement. I really liked the preamble of âIâm scared⊠scared⊠scaredâŠâ
- KAYAC hara: The Virtualization of Humanity
- âItâs hard to interview someone who doesnât have their own avatar, their own identity.â
- Ask Kayak about the benefits of VR hiring interviews What personalities can be seen through original avatars Weekly VRChat - PANORA []
- Pepabo Make Dept.: Demo 00 Series - Fireworks at the end of summer.
- [I built a robotic ball Omicro - Hardware is Hard - Medium https://medium.com/tichise/%E3%83%AD%E3%83%9C%E3%83%86%E3%82%A 3%E3%83%83%E3%82%AF%E3%83%9C%E3%83%BC%E3%83%AB-liveball%E3%82%92%E4%BD%9C%E3%81%A3%E3%81%9F-7185b45f6e88]
-
mbed has libraries on the official website, so itâs easy to find from IDEs, etc. / mbed has fewer libraries and examples than arduino.
-
Elecrow, you even cut the acrylic?
- IoT-like presentations were gathered, which was just right for my interests.
- very deep in the dark
- We need to make it shine anyway.
Friday
- Talk about a Raspberry Pi in serious industrial use.â
-
CI for embedded devices, Raspi directly connected to the microcontroller of the installed device, push to the repository, Jenkins will make a binary and Raspi will write to the microcontroller, I see⊠super convenient!
-
Raspi collects logs and throws them over the net.
- Discover something new
- J-Link has binaries for ARM, so you can write microcontrollers from RasPi.
- For hobby purposes, ESP systems that connect to Wifi are popular, but they consume electricity. nRF52, a BLE microcontroller, is a good choice.
-
- ăAlgorithms in Reactă
-
This is a very helpful story as I recently started using React: the traverse that used to be implemented with recursive calls in React blocks the UI when it grows too large because it canât be interrupted, so the recent React has made it possible to interrupt it using fiber.
-
Itâs very good to explain what problems existed in the old implementation, how they changed it, and how it forced library users to change the way they wrote it (e.g., asynchronous state updates).
-
The priority of side-effects. User input events are high priority, so if you do heavy processing there, the input is blocked and the user is uncomfortable.
-
Suspense, a mechanism similar to error boundaries, which throws promises instead of errors. It is caught immediately inside the library, and the parent link is traversed asynchronously. You can only issue a loading if it takes a long time.
-
Suspense, interesting and seems very important to reduce user stress, but it doesnât seem very dead yet.
-
- Understanding Static Inspections Without Prior Knowledge.
-
It was a good explanation of what a person with no prerequisite knowledge needs to know when they decide to do a static inspection, but it was hard to see the slides when looking forward, and the annoyance of falling asleep when your gaze goes down to the slide at handâŠ
-
Since many languages that have libraries for creating abstract syntax trees do not need the entire first half of the parsing implementation, it would have been better to show the second half first, as if it were there first.
-
- The âTrue Story! A year in the development of a âmystery gadgetâ as seen by a person in charge.â
-
âLetâs keep buying and trying devices we donât understand!â
-
âConvince them itâs not newâ lol.
-
Knowledgeable about how to buy screws.
- Buy a little of each kind at Nishikawa Electronics, assemble them at a nearby cafe, identify the correct screws, and then go back for more.
-
MDF from 100 yen store stinks lol
- I also used a laser cutter to cut MDF sold at Techshop, but all I could smell was wood, so I thought the MDF from the 100 yen store was just inferior.
-
- The World of JavaCard.â
- How Java is running inside the IC of SIM cards and credit cards!
-
I canât use big primitive types, I can use floats and ints only here and thereâ What is big lol.
-
Java card looks interesting but too hard mode to create an environment to write in lol
-
Even if there are multiple applets, they are not preemptive, so if you donât let go of the process, it will always run, and you have to know who to pass the process to and issue an explicit instruction to select it to switch the initial state⊠Was it necessary to separate the applets?
-
I was sitting in the lowest seat for two sessions in a row and I started yawning like crazy, so I moved to a higher seat because I thought I might have acid indigestion.
- lld - a story about creating from scratch one of the main components of a development tool.â
-
I feel like Iâm taking one step at a time, watching my step very carefully.
- Bump Allocator is fine as it is not needed in the middle of the process.
- Split into tasks and parallelize them, which looks like a clean design but is actually too complex to be fast.
- Parallel for only highly parallel processes
- If someone doesnât take responsibility for keeping it clean, it gets dirtier and dirtier.
-
âCARGO CULT doesnât, itâs not right to follow the default values that were decided in the 1980s, and if itâs unreasonable to reason everything out, we wonât follow them just because thatâs what the past has done.â
-
Saturday
- Security, Privacy Protection, and Performance in Next Generation Communication Protocols.â
-
Hot Battle between Enterprise Firewalls and TLS1.3
-
An interesting battle between stakeholders.
-
ono_matope If a carrierâs middlebox reads the QUIC protocol and optimizes it, protocol rigidity (ossification) This makes it difficult to improve the protocol. Hiding information and explicit export is important.
- I guess even >TCP is not immortal.
-
- âTechnical Choices and Project Management Failures Faced in a Project to Break Dependence on Excel in Securities Trading Operations.â
-
âAbolish all Excel, in 4 monthsâ Itâs impossibleâŠ
-
I think itâs not Excelâs fault after all, but rather the situation of organizations that donât realize that Excel is indispensable to their business and are forced to follow the technological choices made by people three levels above them in foreign countriesâŠ
-
The architecture proposed by the presenter certainly sounds like it would be a good idea, but it doesnât sound like it would be adopted in that organizational situation, and maybe changing jobs was a realistic solution.
-
The IoT darkness story on the eve of the social networking ban was interesting, the Excel story was interesting, and sharing failure stories is a great way to learn by proxy what you havenât experienced.
-
What is the difference between useful and unhelpful negative talk?
-
- Lunch Session (VOYAGE GROUP Inc.)
-
I got in line to experience the lunch session and it was ajitoFM live and I sat at the front of the line even though I had never heard of it, so awkward lol.
-
âNatural work assignments and aquaculture practice assignments,â âIâve never been taught how to teach, and now Iâm being asked to teach.â
-
âI was wondering if there was any significance to the existing code, but there wasnât, and it became fun once I realized I was free to rewrite it.â lol
-
âThereâs a lot of natural products work that involves reading, interpreting, and rewriting code written by others.â
-
âThere is the curse of the middle-aged man who goes too far and is cursed with the middle-aged man of his past.â
-
âThe complexity of the writing process is a complexity that we engineers brought with us.â
-
âIt would be good to have a design pattern on migration,â âRefactoring alone will not change the behavior model,â âI am having trouble increasing the number of aggregation axes in an app design that was designed 9 years ago.â
-
I guess the natural problem is that a lot of things are intricately connected, and aquaculture is being cut out. Is it important how to cut up making finite a large amount of intricately connected information?
-
- Who says you canât E2E test hardware? - Methods to Automate IoT Testing.â
-
I never thought of running Jenkins on a Raspi, but it looks good!
-
Communication between RasPi and Arduino, putting JSON on serial?
-
I became a fan of Akern, a device tested a million times.
-
- Who Owns the Patches Written on Work Time? The Trap of OSS Activitiesâ
-
Is it OK to release patches written during work hours outside the company? Who should I ask permission from? Is it under the companyâs name or my name? Who signs the CLA? The trap of âWho signs the CLA?
-
Limited to the conditions under which the copyright belongs to the company, contains confidential information, or was created under the express direction or approval of a superior. Hobbies Patches to OSS are automatically transferred to the individual.
-
âFor CLAs that have been legally confirmed, a common employee may sign in the name of the president.â strong
-
No, no, no, there was a process of holding briefings and soliciting opinions from many people along the way, lol.
-
Maybe you didnât get the message that the basic premise is that an employee work is automatically a company work, and that we are expanding individual discretion by explicitly limiting or automatically assigning it?
-
Youâre so sharp with your questions about labor management, or if the patches that were automatically transferred contained something that infringed on another companyâs patentsâŠ
-
- Why do I make keyboards?â
-
The keyboard swamp session is overflowing with people and standing around, but isnât the swamp too big already? LOL!
-
Iâm tempted to buy a whole set of switches (swamp).
-
âIs it OK if my pinky and thumb are on the same axis?â me âTa, indeed! Swamp
-
Could it be possible to give a click feeling only in the home position?
-
I see, you have two so you can fail twice lol.
-
Iâll get one that doesnât require solderingâŠ
-
âBurn PCB with temperature control soldering ironâ Why not?
-
- LT
This page is auto-translated from [/nishio/Builderscon 2018](https://scrapbox.io/nishio/Builderscon 2018) using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. Iâm very happy to spread my thought to non-Japanese readers.